Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2K4Tab_AdminPlayerList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Tab_AdminPlayerList
Package: 
GUI2K4

(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

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions[edit]

BanClicked[edit]

function bool BanClicked (GUIComponent Sender)


KickClicked[edit]

function bool KickClicked (GUIComponent Sender)


ProcessRule[edit]

function ProcessRule (string NewRule)


ReloadList[edit]

function ReloadList ()