Cogito, ergo sum

UE2:AdminPanelPlayers (UT2004)

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

Created on: 11/12/2003 Contains controls for administering players on the server (kick/ban)

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

b_Ban

Type: GUIButton

Modifiers: automated


Default value: GUIButton'BanButton'

b_Kick

Type: GUIButton

Modifiers: automated


Default value: GUIButton'KickButton'

lb_Players

Type: GUIMultiColumnListBox

Modifiers: automated


Default value: GUIMultiColumnListBox'AdminPlayersListBox'

li_Players

Type: AdminPlayerList


Default values

Property Value
PanelCaption "Players"
WinHeight 0.625003
WinTop 0.0

Subobjects

AdminPlayersListBox

Class: XInterface.GUIMultiColumnListBox

Property Value
bBoundToParent True
bScaleToParent True
bVisibleWhenEmpty True
DefaultListClass "XInterface.AdminPlayerList"
StyleName "ServerBrowserGrid"
WinHeight 0.878127
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

BanButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
bScaleToParent True
Caption "Ban"
Hint "Ban this player"
OnClick InternalOnClick
WinHeight 0.070625
WinLeft 0.86875
WinTop 0.9
WinWidth 0.12

KickButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
bScaleToParent True
Caption "Kick"
Hint "Kick this Player"
OnClick InternalOnClick
WinHeight 0.070625
WinLeft 0.74375
WinTop 0.9
WinWidth 0.12

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


ProcessPlayer

function ProcessPlayer (string PlayerInfo)


ReloadList

function ReloadList ()