UE2:RemoteAdmin (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
GUI2K4

Created on: 11/23/2003 GUI for server administration

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

Properties

Property group 'RemoteAdmin'

AdminOptionClass

Type: array<string>

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

Type: AdminPanelBase

Modifiers: editconst, noexport


bAutologout

Type: bool

Modifiers: config


bLoggedIn

Type: bool

Modifiers: noexport


LoggedInText

Type: string

Modifiers: localized


Default value: "Logged in as '%name%'"

LoggedOutText

Type: string

Modifiers: localized


Default value: "Not logged in"

Internal variables

ch_Autologout

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'AutoLogout'

co_Options

Type: moComboBox

Modifiers: automated


Default value: moComboBox'OptionsCombo'

i_Border

Type: GUIImage

Modifiers: automated


Default value: GUIImage'BorderImage'

t_Title

Type: GUITitleBar

Modifiers: automated


Subobjects

AutoLogout

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

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
Image Texture'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
ImageStyle ISTY_Stretched
WinHeight 0.016522
WinLeft 0.0
WinTop 0.122862
WinWidth 1.0

OptionsCombo

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

Events

Closed

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIPage.Closed


InitComponent

event InitComponent (GUIController C, GUIComponent O)

Overrides: FloatingWindow.InitComponent


NotifyLevelChange

event bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Opened

event Opened (GUIComponent Sender)

Overrides: PopupPageBase.Opened


Other instance functions

InitializePanels

function InitializePanels ()


InternalAdminReply

function InternalAdminReply (string Reply)


InternalOnChange

function InternalOnChange (GUIComponent Sender)


IsAdmin

function bool IsAdmin ()


LoggedIn

function LoggedIn (string AdminName)


LoggedOut

function LoggedOut ()


ReloadActivePanel

function ReloadActivePanel ()


SetAdvanced

function SetAdvanced (coerce bool bIsAdvanced)