The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UTServerAdmin internal variables (UT2003)
Object >> WebApplication >> UTServerAdmin (internal variables) |
Contents
- 1 Internal variables
- 1.1 Accept
- 1.2 AccessDeniedText
- 1.3 ActiveSkin
- 1.4 AdminRealm
- 1.5 AExcMutators
- 1.6 AGameType
- 1.7 AIncMutators
- 1.8 AllMutators
- 1.9 CellCenter
- 1.10 CellColSpan
- 1.11 CellLeft
- 1.12 CellRight
- 1.13 CheckboxInclude
- 1.14 CurAdmin
- 1.15 CurrentSkin
- 1.16 Custom
- 1.17 DefaultBG
- 1.18 DeleteText
- 1.19 DemoMaps
- 1.20 Deny
- 1.21 Error
- 1.22 ErrorAuthenticating
- 1.23 FramedMessagePage
- 1.24 GamePI
- 1.25 HeaderPage
- 1.26 HiddenInclude
- 1.27 HighlightedBG
- 1.28 htm
- 1.29 MapChanging
- 1.30 MapChangingTo
- 1.31 MapHandler
- 1.32 MessagePage
- 1.33 NoneText
- 1.34 NoPrivs
- 1.35 NowrapCenter
- 1.36 NowrapLeft
- 1.37 NowrapRight
- 1.38 QueryHandlers
- 1.39 RadioButtonInclude
- 1.40 ResetButtonInclude
- 1.41 Resp
- 1.42 RestartPage
- 1.43 RootFrame
- 1.44 RowCenter
- 1.45 RowLeft
- 1.46 SelectInclude
- 1.47 SiteBG
- 1.48 SiteCSSFile
- 1.49 SkinPath
- 1.50 Skins
- 1.51 SkinSelectInclude
- 1.52 SpecialChars
- 1.53 Spectator
- 1.54 StatusErrorColor
- 1.55 StatusOKColor
- 1.56 SubmitButtonInclude
- 1.57 SwitchText
- 1.58 TextboxInclude
- 1.59 Update
- 1.60 WaitTitle
- UTServerAdmin internal variables in other games:
- UT2004
- Other member categories for this class:
- instance functions
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. |
Internal variables
Accept
Type: string
Modifiers: localized
Default value: "Accept"
AccessDeniedText
Type: string
Modifiers: localized
Default value: "Access Denied"
ActiveSkin
Type: string
Modifiers: config
AdminRealm
Type: string
Modifiers: config
Default value: "UT Remote Admin Server"
AExcMutators
Type: StringArray
All available Mutators (Excluded)
AGameType
Type: StringArray
All available Game Types
AIncMutators
Type: StringArray
All Mutators currently in play
AllMutators
Type: array<xUtil.MutatorRecord>
All mutators as determined by .int entries
CellCenter
Type: string
Modifiers: config
Table cell, center justified
Default value: "cell_center"
CellColSpan
Type: string
Modifiers: config
Spanned table cell
Default value: "cell_colspan"
CellLeft
Type: string
Modifiers: config
Table cell, left justified
Default value: "cell_left"
CellRight
Type: string
Modifiers: config
Table cell, right justified
Default value: "cell_right"
CheckboxInclude
Type: string
Modifiers: config
Default value: "checkbox"
CurAdmin
Type: xAdminUser
Currently logged admin (not thread safe)
CurrentSkin
Type: WebSkin
Currently loaded webadmin skin
Custom
Type: string
Modifiers: localized
Default value: "Custom"
DefaultBG
Type: string
Modifiers: config
Non-highlighted items
Default value: "#aaaaaa"
DeleteText
Type: string
Modifiers: localized
Default value: "Delete"
DemoMaps
Type: string
Array size: 5
Modifiers: const
Default value, index 0: "DM-Antalus"
Default value, index 1: "DM-Asbestos"
Default value, index 2: "CTF-Citadel"
Default value, index 3: "CTF-Orbital2"
Default value, index 4: "BR-Anubis"
Deny
Type: string
Modifiers: localized
Default value: "Deny"
Error
Type: string
Modifiers: localized
Default value: "Error"
ErrorAuthenticating
Type: string
Modifiers: localized
Default value: "Exception Occured During Authentication!"
FramedMessagePage
Type: string
Modifiers: config
Name of file containing message template for sub-frames
Default value: "frame_message"
GamePI
Type: PlayInfo
Contains all confiurable variables
HeaderPage
Type: string
Modifiers: config
This is the header menu
Default value: "mainmenu"
HiddenInclude
Type: string
Modifiers: config
Default value: "hidden"
HighlightedBG
Type: string
Modifiers: config
Default value: "#3a7c8c"
htm
Type: string
Default value: ".htm"
MapChanging
Type: string
Modifiers: localized
Default value: "The server is now switching maps. Please allow 10 - 15 seconds while the server changes maps."
MapChangingTo
Type: string
Modifiers: localized
Default value: "The server is now switching to map '%MapName%'. Please allow 10-15 seconds while the server changes maps."
MapHandler
Type: xMapLists
Controls all custom maplists
MessagePage
Type: string
Modifiers: config
Name of the file containing the message template
Default value: "message"
NoneText
Type: string
Modifiers: localized
Default value: "None"
NoPrivs
Type: string
Modifiers: localized
Default value: "Your privileges are not sufficient to view this page."
NowrapCenter
Type: string
Modifiers: config
Nowrap table cell, center justified
Default value: "cell_center_nowrap"
NowrapLeft
Type: string
Modifiers: config
Nowrap table cell, left justified
Default value: "cell_left_nowrap"
NowrapRight
Type: string
Modifiers: config
Nowrap table cell, right justified
Default value: "cell_right_nowrap"
QueryHandlers
Type: array<xWebQueryHandler>
RadioButtonInclude
Type: string
Modifiers: config
Default value: "radio_button"
ResetButtonInclude
Type: string
Modifiers: config
Default value: "reset_button"
Resp
Type: WebResponse
RestartPage
Type: string
Modifiers: config
This is the page that users will be transferred to when restarting the server
Default value: "server_restart"
RootFrame
Type: string
Modifiers: config
This is the master frame divided in 2: Top = Header, bottom = frame page
Default value: "rootframe"
RowCenter
Type: string
Modifiers: config
Default value: "row_center"
RowLeft
Type: string
Modifiers: config
Table row, left justified
Default value: "row_left"
SelectInclude
Type: string
Modifiers: config
Default value: "select"
SiteBG
Type: string
Background color for this skin
Default value: "#243954"
SiteCSSFile
Type: string
CSS file to use
Default value: "ut2003.css"
SkinPath
Type: string
Path to use for .htm and .inc content
Skins
Type: StringArray
All Webadmin custom skins
SkinSelectInclude
Type: string
Modifiers: config
Default value: "mainmenu_items"
SpecialChars
Default value, index 0:
Member | Value |
---|---|
Coded | "&" |
Plain | "&" |
Default value, index 1:
Member | Value |
---|---|
Coded | """ |
Plain | "\"" |
Default value, index 2:
Member | Value |
---|---|
Coded | " " |
Plain | " " |
Default value, index 3:
Member | Value |
---|---|
Coded | "<" |
Plain | "<" |
Default value, index 4:
Member | Value |
---|---|
Coded | ">" |
Plain | ">" |
Default value, index 5:
Member | Value |
---|---|
Coded | "©" |
Plain | "©" |
Default value, index 6:
Member | Value |
---|---|
Coded | "™" |
Plain | "" |
Default value, index 7:
Member | Value |
---|---|
Coded | "®" |
Plain | "®" |
Spectator
Type: UTServerAdminSpectator
Used to get console messages
StatusErrorColor
Type: string
Default value: "Yellow"
StatusOKColor
Type: string
Color of status ok messages
Default value: "#33cc66"
SubmitButtonInclude
Type: string
Modifiers: config
Default value: "submit_button"
SwitchText
Type: string
Modifiers: localized
Default value: "Switch"
TextboxInclude
Type: string
Modifiers: config
Default value: "textbox"
Update
Type: string
Modifiers: localized
Default value: "Update"
WaitTitle
Type: string
Modifiers: localized
Default value: "Please Wait"