I'm a doctor, not a mechanic
UE2:RemoteAdmin (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> RemoteAdmin |
- Package:
- GUI2K4
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. |
Created on: 11/23/2003 GUI for server administration
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'RemoteAdmin'[edit]
AdminOptionClass[edit]
Modifiers: config
Default value, index 0: "GUI2K4.AdminPanelLogin"
Default value, index 1: "GUI2K4.AdminPanelGeneral"
Default value, index 2: "GUI2K4.AdminPanelMaps"
Default value, index 3: "GUI2K4.AdminPanelPlayers"
ap_Active[edit]
Type: AdminPanelBase
Modifiers: editconst, noexport
bAutologout[edit]
Type: bool
Modifiers: config
bLoggedIn[edit]
Type: bool
Modifiers: noexport
LoggedInText[edit]
Type: string
Modifiers: localized
Default value: "Logged in as '%name%'"
LoggedOutText[edit]
Type: string
Modifiers: localized
Default value: "Not logged in"
Internal variables[edit]
ch_Autologout[edit]
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'AutoLogout'
co_Options[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'OptionsCombo'
i_Border[edit]
Type: GUIImage
Modifiers: automated
Default value: GUIImage'BorderImage'
t_Title[edit]
Type: GUITitleBar
Modifiers: automated
Subobjects[edit]
AutoLogout[edit]
Class: XInterface.moCheckBox
Property | Value |
---|---|
bAutoSizeCaption | True |
Caption | "AutoLogout" |
Hint | "Enable to automatically logout as admin when this menu is closed." |
OnChange | InternalOnChange |
WinHeight | 0.078125 |
WinLeft | 0.66875 |
WinTop | 0.031249 |
WinWidth | 0.3125 |
BorderImage[edit]
Class: XInterface.GUIImage
Property | Value | ||||
---|---|---|---|---|---|
bBoundToParent | True | ||||
bScaleToParent | True | ||||
Image | Texture'InterfaceContent.Menu.BorderBoxD' | ||||
ImageColor |
|
||||
ImageStyle | ISTY_Stretched | ||||
WinHeight | 0.016522 | ||||
WinLeft | 0.0 | ||||
WinTop | 0.122862 | ||||
WinWidth | 1.0 |
OptionsCombo[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
bBoundToParent | True |
bReadOnly | True |
bScaleToParent | True |
Caption | "Section:" |
CaptionWidth | 0.27 |
Hint | "Select the desired group of administration options to configure" |
MenuState | MSAT_Disabled |
OnChange | InternalOnChange |
WinHeight | 0.078125 |
WinLeft | 0.010625 |
WinTop | 0.031249 |
WinWidth | 0.595311 |
Functions[edit]
Events[edit]
Closed[edit]
Overrides: GUIPage.Closed
InitComponent[edit]
Overrides: FloatingWindow.InitComponent
NotifyLevelChange[edit]
Overrides: GUIPage.NotifyLevelChange
Opened[edit]
Overrides: PopupPageBase.Opened