- Extends
- LargeWindow
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- GUI2K4.RemoteAdmin
Inherited Variables from GUI2K4.FloatingWindow |
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName |
Inherited Functions from GUI2K4.FloatingWindow |
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked |
RemoteAdmin
var(
RemoteAdmin)
config array<
string> AdminOptionClass;
function InitializePanels ( )
function InternalAdminReply ( string Reply )
function bool IsAdmin ( )
function LoggedIn ( string AdminName )
function LoggedOut ( )
event bool NotifyLevelChange ( )
function ReloadActivePanel ( )
function SetAdvanced ( coerce bool bIsAdvanced )
defaultproperties
{
Begin Object Class=moComboBox Name=OptionsCombo
bReadOnly=True
CaptionWidth=0.270000
Caption="Section:"
OnCreateComponent=OptionsCombo.InternalOnCreateComponent
MenuState=MSAT_Disabled
Hint="Select the desired group of administration options to configure"
WinTop=0.031249
WinLeft=0.010625
WinWidth=0.595311
WinHeight=0.078125
bBoundToParent=True
bScaleToParent=True
OnChange=RemoteAdmin.InternalOnChange
End Object
co_Options=moComboBox'GUI2K4.RemoteAdmin.OptionsCombo'
Begin Object Class=moCheckBox Name=AutoLogout
Caption="AutoLogout"
OnCreateComponent=AutoLogout.InternalOnCreateComponent
Hint="Enable to automatically logout as admin when this menu is closed."
WinTop=0.031249
WinLeft=0.668750
WinWidth=0.312500
WinHeight=0.078125
OnChange=RemoteAdmin.InternalOnChange
End Object
ch_Autologout=moCheckBox'GUI2K4.RemoteAdmin.AutoLogout'
Begin Object Class=GUIImage Name=BorderImage
Image=Texture'InterfaceContent.Menu.BorderBoxD'
ImageColor=(A=160)
ImageStyle=ISTY_Stretched
WinTop=0.122862
WinHeight=0.016522
bBoundToParent=True
bScaleToParent=True
End Object
i_Border=GUIImage'GUI2K4.RemoteAdmin.BorderImage'
AdminOptionClass(0)="GUI2K4.AdminPanelLogin"
AdminOptionClass(1)="GUI2K4.AdminPanelGeneral"
AdminOptionClass(2)="GUI2K4.AdminPanelMaps"
AdminOptionClass(3)="GUI2K4.AdminPanelPlayers"
LoggedInText="Logged in as '%name%'"
LoggedOutText="Not logged in"
}
|
Creation time: Wed 7/2/2007 19:16:13.812 - Created with
UnCodeX