Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPanel | +-- GUI2K4.AdminPanelBase | +-- GUI2K4.AdminPanelPlayers
Variables Summary | |
---|---|
GUIButton | b_Ban |
GUIButton | b_Kick |
GUIMultiColumnListbox | lb_Players |
AdminPlayerList | li_Players |
Inherited Variables from GUI2K4.AdminPanelBase |
---|
bAdvancedAdmin, PanelCaption |
Inherited Variables from XInterface.GUIPanel |
---|
Background |
Functions Summary | ||
---|---|---|
InitComponent (GUIController MyController, GUIComponent MyOwner)) | ||
bool | InternalOnClick (GUIComponent Sender)) | |
ProcessPlayer (string PlayerInfo)) | ||
ReloadList ())) |
Inherited Functions from GUI2K4.AdminPanelBase |
---|
AdminCommand, AdminReply, IsAdmin, LoggedIn, LoggedOut, SetAdvanced, ShowPanel |
Inherited Functions from XInterface.GUIPanel |
---|
InitComponent |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIMultiColumnListBox Name=AdminPlayersListBox WinWidth=1.000000 WinHeight=0.878127 WinLeft=0.000000 WinTop=0.000000 bVisibleWhenEmpty=True StyleName="ServerBrowserGrid" DefaultListClass="XInterface.AdminPlayerList" bBoundToParent=True bScaleToParent=True End Object lb_Players=AdminPlayersListBox Begin Object Class=GUIButton Name=KickButton Caption="Kick" Hint="Kick this Player" WinWidth=0.120000 WinHeight=0.070625 WinLeft=0.743750 WinTop=0.900000 OnClick=InternalOnClick bBoundToParent=True bScaleToParent=True End Object b_Kick=KickButton Begin Object Class=GUIButton Name=BanButton Caption="Ban" Hint="Ban this player" WinWidth=0.120000 WinHeight=0.070625 WinLeft=0.868750 WinTop=0.900000 OnClick=InternalOnClick bBoundToParent=True bScaleToParent=True End Object b_Ban=BanButton WinLeft=0 WinWidth=1 WinTop=0 WinHeight=0.625003 PanelCaption="Players" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |