I don't need to test my programs. I have an error-correcting modem.
UE2:Tab_AdminPlayerList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Tab_AdminPlayerList |
Contents
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(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 ()