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