I'm a doctor, not a mechanic

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[edit]

b_Ban[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'BanButton'

b_Kick[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'KickButton'

lb_Players[edit]

Type: GUIMultiColumnListBox

Modifiers: automated


Default value: GUIMultiColumnListBox'AdminPlayersListBox'

li_Players[edit]

Type: AdminPlayerList


Default values[edit]

Property Value
PanelCaption "Players"
WinHeight 0.625003
WinTop 0.0

Subobjects[edit]

AdminPlayersListBox[edit]

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[edit]

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[edit]

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[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


ProcessPlayer[edit]

function ProcessPlayer (string PlayerInfo)


ReloadList[edit]

function ReloadList ()