My program doesn't have bugs. It just develops random features.
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[edit]
Accept[edit]
Type: string
Modifiers: localized
Default value: "Accept"
AccessDeniedText[edit]
Type: string
Modifiers: localized
Default value: "Access Denied"
ActiveSkin[edit]
Type: string
Modifiers: config
AdminRealm[edit]
Type: string
Modifiers: config
Default value: "UT Remote Admin Server"
AExcMutators[edit]
Type: StringArray
All available Mutators (Excluded)
AGameType[edit]
Type: StringArray
All available Game Types
AIncMutators[edit]
Type: StringArray
All Mutators currently in play
AllMutators[edit]
Type: array<xUtil.MutatorRecord>
All mutators as determined by .int entries
CellCenter[edit]
Type: string
Modifiers: config
Table cell, center justified
Default value: "cell_center"
CellColSpan[edit]
Type: string
Modifiers: config
Spanned table cell
Default value: "cell_colspan"
CellLeft[edit]
Type: string
Modifiers: config
Table cell, left justified
Default value: "cell_left"
CellRight[edit]
Type: string
Modifiers: config
Table cell, right justified
Default value: "cell_right"
CheckboxInclude[edit]
Type: string
Modifiers: config
Default value: "checkbox"
CurAdmin[edit]
Type: xAdminUser
Currently logged admin (not thread safe)
CurrentSkin[edit]
Type: WebSkin
Currently loaded webadmin skin
Custom[edit]
Type: string
Modifiers: localized
Default value: "Custom"
DefaultBG[edit]
Type: string
Modifiers: config
Non-highlighted items
Default value: "#aaaaaa"
DeleteText[edit]
Type: string
Modifiers: localized
Default value: "Delete"
DemoMaps[edit]
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[edit]
Type: string
Modifiers: localized
Default value: "Deny"
Error[edit]
Type: string
Modifiers: localized
Default value: "Error"
ErrorAuthenticating[edit]
Type: string
Modifiers: localized
Default value: "Exception Occured During Authentication!"
FramedMessagePage[edit]
Type: string
Modifiers: config
Name of file containing message template for sub-frames
Default value: "frame_message"
GamePI[edit]
Type: PlayInfo
Contains all confiurable variables
HeaderPage[edit]
Type: string
Modifiers: config
This is the header menu
Default value: "mainmenu"
HiddenInclude[edit]
Type: string
Modifiers: config
Default value: "hidden"
HighlightedBG[edit]
Type: string
Modifiers: config
Default value: "#3a7c8c"
htm[edit]
Type: string
Default value: ".htm"
MapChanging[edit]
Type: string
Modifiers: localized
Default value: "The server is now switching maps. Please allow 10 - 15 seconds while the server changes maps."
MapChangingTo[edit]
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[edit]
Type: xMapLists
Controls all custom maplists
MessagePage[edit]
Type: string
Modifiers: config
Name of the file containing the message template
Default value: "message"
NoneText[edit]
Type: string
Modifiers: localized
Default value: "None"
NoPrivs[edit]
Type: string
Modifiers: localized
Default value: "Your privileges are not sufficient to view this page."
NowrapCenter[edit]
Type: string
Modifiers: config
Nowrap table cell, center justified
Default value: "cell_center_nowrap"
NowrapLeft[edit]
Type: string
Modifiers: config
Nowrap table cell, left justified
Default value: "cell_left_nowrap"
NowrapRight[edit]
Type: string
Modifiers: config
Nowrap table cell, right justified
Default value: "cell_right_nowrap"
QueryHandlers[edit]
Type: array<xWebQueryHandler>
RadioButtonInclude[edit]
Type: string
Modifiers: config
Default value: "radio_button"
ResetButtonInclude[edit]
Type: string
Modifiers: config
Default value: "reset_button"
Resp[edit]
Type: WebResponse
RestartPage[edit]
Type: string
Modifiers: config
This is the page that users will be transferred to when restarting the server
Default value: "server_restart"
RootFrame[edit]
Type: string
Modifiers: config
This is the master frame divided in 2: Top = Header, bottom = frame page
Default value: "rootframe"
RowCenter[edit]
Type: string
Modifiers: config
Default value: "row_center"
RowLeft[edit]
Type: string
Modifiers: config
Table row, left justified
Default value: "row_left"
SelectInclude[edit]
Type: string
Modifiers: config
Default value: "select"
SiteBG[edit]
Type: string
Background color for this skin
Default value: "#243954"
SiteCSSFile[edit]
Type: string
CSS file to use
Default value: "ut2003.css"
SkinPath[edit]
Type: string
Path to use for .htm and .inc content
Skins[edit]
Type: StringArray
All Webadmin custom skins
SkinSelectInclude[edit]
Type: string
Modifiers: config
Default value: "mainmenu_items"
SpecialChars[edit]
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[edit]
Type: UTServerAdminSpectator
Used to get console messages
StatusErrorColor[edit]
Type: string
Default value: "Yellow"
StatusOKColor[edit]
Type: string
Color of status ok messages
Default value: "#33cc66"
SubmitButtonInclude[edit]
Type: string
Modifiers: config
Default value: "submit_button"
SwitchText[edit]
Type: string
Modifiers: localized
Default value: "Switch"
TextboxInclude[edit]
Type: string
Modifiers: config
Default value: "textbox"
Update[edit]
Type: string
Modifiers: localized
Default value: "Update"
WaitTitle[edit]
Type: string
Modifiers: localized
Default value: "Please Wait"