Cogito, ergo sum

UE2:Browser_ServerListPageBuddy (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
XInterface
This class in other games:
UT2004

null

Properties[edit]

Property group 'Browser_ServerListPageBuddy'[edit]

Buddies[edit]

Type: array<string>

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)