Mostly Harmless

UE2:Tab_AdminPlayerList (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_AdminPlayerList
Package: 
XInterface
This class in other games:
UT2004

(C) 2002, Epic Games

Properties[edit]

bAdvancedAdmin[edit]

Type: bool


MyListBox[edit]

Type: GUIMultiColumnListBox


MyPlayerList[edit]

Type: AdminPlayerList


Default values[edit]

Property Value
Controls[0] GUIImage'AdminBackground'
Controls[1] GUIMultiColumnListBox'AdminPlayersListBox'
Controls[2] GUIButton'AdminPlayerKick'
Controls[3] GUIButton'AdminPlayerBan'
WinHeight 0.625003

Subobjects[edit]

AdminBackground[edit]

Class: XInterface.GUIImage

Property Value
bAcceptsInput False
bNeverFocus True
Image Material'InterfaceContent.Menu.SquareBoxA'
ImageStyle ISTY_Stretched
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

AdminList[edit]

Class: XInterface.AdminPlayerList

Empty subobject definition.

AdminPlayerBan[edit]

Class: XInterface.GUIButton

Property Value
Caption "Ban"
Hint "Ban this player"
OnClick BanClicked
StyleName "SquareMenuButton"
WinHeight 0.070625
WinLeft 0.86875
WinTop 0.9
WinWidth 0.12

AdminPlayerKick[edit]

Class: XInterface.GUIButton

Property Value
Caption "Kick"
Hint "Kick this Player"
OnClick KickClicked
StyleName "SquareMenuButton"
WinHeight 0.070625
WinLeft 0.74375
WinTop 0.9
WinWidth 0.12

AdminPlayersListBox[edit]

Class: XInterface.GUIMultiColumnListBox

Property Value
bVisibleWhenEmpty True
Controls[0] AdminPlayerList'AdminList'
StyleName "ServerBrowserGrid"
WinHeight 0.878127
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Instance functions[edit]

BanClicked[edit]

function bool BanClicked (GUIComponent Sender)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


KickClicked[edit]

function bool KickClicked (GUIComponent Sender)


ProcessRule[edit]

function ProcessRule (string NewRule)


ReloadList[edit]

function ReloadList ()