I'm a doctor, not a mechanic
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[edit]
Property group 'Browser_ServerListPageBuddy'[edit]
Buddies[edit]
Modifiers: config
Internal variables[edit]
AddBuddyCaption[edit]
Type: string
Modifiers: localized
Default value: "ADD BUDDY"
BuddyInitialized[edit]
Type: bool
BudSplit[edit]
Type: GUISplitter
Default value: GUISplitter'BuddySplitter'
MainSplit[edit]
Type: GUISplitter
MyBuddyList[edit]
Type: Browser_BuddyList
RemoveBuddyCaption[edit]
Type: string
Modifiers: localized
Default value: "REMOVE BUDDY"
Subobjects[edit]
BuddyListBox[edit]
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[edit]
Class: XInterface.GUIPanel
Property | Value |
---|---|
Controls[0] | BuddyListBox; |
BuddySplitter[edit]
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[edit]
Class: XInterface.Browser_BuddyList
Empty subobject definition.
Instance functions[edit]
AddBuddyClick[edit]
function bool AddBuddyClick (GUIComponent Sender)
InitComponent[edit]
function InitComponent (GUIController C, GUIComponent O)
Overrides: Browser_ServerListPageMS.InitComponent
MyRefreshClick[edit]
function bool MyRefreshClick (GUIComponent Sender)
Overrides: Browser_ServerListPageMS.MyRefreshClick
RefreshList[edit]
function RefreshList ()
Overrides: Browser_ServerListPageMS.RefreshList
RemoveBuddyClick[edit]
function bool RemoveBuddyClick (GUIComponent Sender)