Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:XWebQueryDefaults (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> xAdminBase >> xWebQueryHandler >> XWebQueryDefaults
Package: 
xWebAdmin
Within class: 
UTServerAdmin
This class in other games:
UT2003

WebAdmin handler for modifying default game settings

Written by Michael Comeau Revised by Ron Prestenback © 2003,2004 Epic Games, Inc. All Rights Reserved

Properties[edit]

ActiveMapNotFound[edit]

Type: string

Modifiers: localized


Default value: "Active map not found: "

CannotModify[edit]

Type: string

Modifiers: localized


Default value: "** You cannot modify any settings in this section **"

DefaultsIndexPage[edit]

Type: string

Modifiers: config

Defaults Menu Page

Default value: "defaults_menu"

DefaultsIPPolicyLink[edit]

Type: string

Modifiers: localized


Default value: "Access Policies"

DefaultsIPPolicyPage[edit]

Type: string

Modifiers: config

Special Case of Multi-part list page

Default value: "defaults_ippolicy"

DefaultsMapsLink[edit]

Type: string

Modifiers: localized


Default value: "Maps"

DefaultsMapsPage[edit]

Type: string

Modifiers: config


Default value: "defaults_maps"

DefaultsRestartLink[edit]

Type: string

Modifiers: localized


Default value: "Restart Level"

DefaultsRestartPage[edit]

Type: string

Modifiers: config


Default value: "defaults_restart"

DefaultsRowPage[edit]

Type: string

Modifiers: config


Default value: "defaults_row"

DefaultsRulesPage[edit]

Type: string

Modifiers: config


Default value: "defaults_rules"

DefaultsVotingGameConfigLink[edit]

Type: string

Modifiers: localized


Default value: "Voting GameConfig"

DefaultsVotingGameConfigPage[edit]

Type: string

Modifiers: config


Default value: "defaults_votinggameconfig"

IDBan[edit]

Type: string

Modifiers: localized


Default value: "(Global Ban)"

InactiveMapNotFound[edit]

Type: string

Modifiers: localized


Default value: "Inactive map not found: "

NoteMapsPage[edit]

Type: string

Modifiers: localized


Default value: "To save any changes to a custom maplist, click the Save button. To apply the selected maplist to the server's map rotation, click the 'Use' button."

NotePolicyPage[edit]

Type: string

Modifiers: localized


Default value: "Any banned players will automatically be added to this listing. You will only be able to add manual bans for IP addresses."

NoteRulesPage[edit]

Type: string

Modifiers: localized


Default value: "Configurable game parameters can be changed from this page. Some parameters may affect more than one gametype."

NoteVotingGameConfigPage[edit]

Type: string

Modifiers: localized


Default value: "The game configurations for map voting can be modified from this page."

Default values[edit]

Property Value
DefaultPage "defaultsframe"
NeededPrivs M|X|Gt|Ml|Ms|Xi|Xb"
Title "Defaults"

Instance functions[edit]

Init[edit]

function bool Init ()

Overrides: xWebQueryHandler.Init


MakeMenuRow[edit]

function string MakeMenuRow (WebResponse Response, string URI, string Title)


Query[edit]

function bool Query (WebRequest Request, WebResponse Response)

Overrides: xWebQueryHandler.Query


QueryDefaults[edit]

function QueryDefaults (WebRequest Request, WebResponse Response)


QueryDefaultsIPPolicy[edit]

function QueryDefaultsIPPolicy (WebRequest Request, WebResponse Response)


QueryDefaultsMaps[edit]

function QueryDefaultsMaps (WebRequest Request, WebResponse Response)


QueryDefaultsMenu[edit]

function QueryDefaultsMenu (WebRequest Request, WebResponse Response)


QueryDefaultsRules[edit]

function QueryDefaultsRules (WebRequest Request, WebResponse Response)


QueryVotingGameConfig[edit]

function QueryVotingGameConfig (WebRequest Request, WebResponse Response)


ValidMask[edit]

function bool ValidMask (string mask)


ValidMaskOctet[edit]

function bool ValidMaskOctet (string tmp)


ValidOctet[edit]

function bool ValidOctet (string tmp)