I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:Browser_ServerListPageBuddy (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageMS >> Browser_ServerListPageBuddy |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'Browser_ServerListPageBuddy'
Buddies
Modifiers: config
Internal variables
AddBuddyCaption
Type: string
Modifiers: localized
Default value: "ADD BUDDY"
BuddyInitialized
Type: bool
BudSplit
Type: GUISplitter
Default value: GUISplitter'BuddySplitter'
MainSplit
Type: GUISplitter
MyBuddyList
Type: Browser_BuddyList
RemoveBuddyCaption
Type: string
Modifiers: localized
Default value: "REMOVE BUDDY"
Subobjects
BuddyListBox
Class: XInterface.GUIMultiColumnListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
Controls[0] | Browser_BuddyList'TheBuddyList' |
StyleName | "ServerBrowserGrid" |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
BuddyPanel
Class: XInterface.GUIPanel
Property | Value |
---|---|
Controls[0] | BuddyListBox; |
BuddySplitter
Class: XInterface.GUISplitter
Property | Value |
---|---|
Background | DefaultTexture |
bBoundToParent | True |
bScaleToParent | True |
Controls[0] | GUIPanel'BuddyPanel' |
SplitOrientation | SPLIT_Horizontal |
SplitPosition | 0.25 |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
TheBuddyList
Class: XInterface.Browser_BuddyList
Empty subobject definition.
Instance functions
AddBuddyClick
function bool AddBuddyClick (GUIComponent Sender)
InitComponent
function InitComponent (GUIController C, GUIComponent O)
Overrides: Browser_ServerListPageMS.InitComponent
MyRefreshClick
function bool MyRefreshClick (GUIComponent Sender)
Overrides: Browser_ServerListPageMS.MyRefreshClick
RefreshList
function RefreshList ()
Overrides: Browser_ServerListPageMS.RefreshList
RemoveBuddyClick
function bool RemoveBuddyClick (GUIComponent Sender)