Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:Tab_AdminPlayerList (UT2004)

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

(C) 2002, Epic Games

Properties

bAdvancedAdmin

Type: bool


MyListBox

Type: GUIMultiColumnListBox


MyPlayerList

Type: AdminPlayerList


Default values

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

Subobjects

AdminBackground

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

Class: XInterface.AdminPlayerList

Empty subobject definition.

AdminPlayerBan

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

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

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

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions

BanClicked

function bool BanClicked (GUIComponent Sender)


KickClicked

function bool KickClicked (GUIComponent Sender)


ProcessRule

function ProcessRule (string NewRule)


ReloadList

function ReloadList ()