The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:XWebQueryDefaults (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

ActiveMapNotFound

Type: string

Modifiers: localized


Default value: "Active map not found: "

CannotModify

Type: string

Modifiers: localized


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

DefaultsIndexPage

Type: string

Modifiers: config

Defaults Menu Page

Default value: "defaults_menu"

DefaultsIPPolicyLink

Type: string

Modifiers: localized


Default value: "Access Policies"

DefaultsIPPolicyPage

Type: string

Modifiers: config

Special Case of Multi-part list page

Default value: "defaults_ippolicy"

DefaultsMapsLink

Type: string

Modifiers: localized


Default value: "Maps"

DefaultsMapsPage

Type: string

Modifiers: config


Default value: "defaults_maps"

DefaultsRestartLink

Type: string

Modifiers: localized


Default value: "Restart Level"

DefaultsRestartPage

Type: string

Modifiers: config


Default value: "defaults_restart"

DefaultsRowPage

Type: string

Modifiers: config


Default value: "defaults_row"

DefaultsRulesPage

Type: string

Modifiers: config


Default value: "defaults_rules"

DefaultsVotingGameConfigLink

Type: string

Modifiers: localized


Default value: "Voting GameConfig"

DefaultsVotingGameConfigPage

Type: string

Modifiers: config


Default value: "defaults_votinggameconfig"

IDBan

Type: string

Modifiers: localized


Default value: "(Global Ban)"

InactiveMapNotFound

Type: string

Modifiers: localized


Default value: "Inactive map not found: "

NoteMapsPage

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

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

Type: string

Modifiers: localized


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

NoteVotingGameConfigPage

Type: string

Modifiers: localized


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

Default values

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

Instance functions

Init

function bool Init ()

Overrides: xWebQueryHandler.Init


MakeMenuRow

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


Query

function bool Query (WebRequest Request, WebResponse Response)

Overrides: xWebQueryHandler.Query


QueryDefaults

function QueryDefaults (WebRequest Request, WebResponse Response)


QueryDefaultsIPPolicy

function QueryDefaultsIPPolicy (WebRequest Request, WebResponse Response)


QueryDefaultsMaps

function QueryDefaultsMaps (WebRequest Request, WebResponse Response)


QueryDefaultsMenu

function QueryDefaultsMenu (WebRequest Request, WebResponse Response)


QueryDefaultsRules

function QueryDefaultsRules (WebRequest Request, WebResponse Response)


QueryVotingGameConfig

function QueryVotingGameConfig (WebRequest Request, WebResponse Response)


ValidMask

function bool ValidMask (string mask)


ValidMaskOctet

function bool ValidMaskOctet (string tmp)


ValidOctet

function bool ValidOctet (string tmp)