I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UTServerAdmin (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 >> WebApplication >> UTServerAdmin
Package: 
xWebAdmin
Known classes within UTServerAdmin:
XWebQueryAdmins, XWebQueryCurrent, XWebQueryDefaults, XWebQueryHandler
This class in other games:
UT, UT2003, UT3

Web Application to handle remote administration of server

Revised by Micheal Comeau Revised by Ron Prestenback © 1998-2004, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UTServerAdmin'[edit]

DefaultWebSkinClass[edit]

Type: class<WebSkin>


Default value: Class'xWebAdmin.UT2K3Skin'

QueryHandlerClasses[edit]

Type: array<string>

Modifiers: config


Default value, index 0: "XWebAdmin.xWebQueryCurrent"

Default value, index 1: "XWebAdmin.xWebQueryDefaults"

Default value, index 2: "XWebAdmin.xWebQueryAdmins"

SpectatorType[edit]

Type: class<UTServerAdminSpectator>


Default value: Class'xWebAdmin.UTServerAdminSpectator'

WebSkins[edit]

Type: array<class<WebSkin> >

array of webadmin skins

Internal variables[edit]

See UTServerAdmin internal variables.

Structs[edit]

HtmlChar[edit]

string Plain 
string Coded 

Functions[edit]

Static functions[edit]

HtmlDecode[edit]

static function string HtmlDecode (string src)


HtmlEncode[edit]

static function string HtmlEncode (string src)


Events[edit]

Init[edit]

event Init ()

Overrides: WebApplication.Init


PostQuery[edit]

event PostQuery (WebRequest Request, WebResponse Response)

Overrides: WebApplication.PostQuery


Query[edit]

event Query (WebRequest Request, WebResponse Response)

Overrides: WebApplication.Query


Other instance functions[edit]

See UTServerAdmin instance functions.