Gah - a solution with more questions. – EntropicLqd

UE2:UTServerAdmin (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> WebApplication >> UTServerAdmin
Package: 
xWebAdmin
Known classes within UTServerAdmin:
XWebQueryAdmins, XWebQueryCurrent, XWebQueryDefaults, XWebQueryHandler
This class in other games:
UT, UT2004, UT3

/////////////////////////////////////////////////////////

xWebAdmin.UTServerAdmin Web Application to handle remote administration of server

Properties

Property group 'UTServerAdmin'

DefaultWebSkinClass

Type: class<WebSkin>


Default value: Class'xWebAdmin.UT2K3Skin'

QueryHandlerClasses

Type: array<string>

Modifiers: config


Default value, index 0: "XWebAdmin.xWebQueryCurrent"

Default value, index 1: "XWebAdmin.xWebQueryDefaults"

Default value, index 2: "XWebAdmin.xWebQueryAdmins"

SpectatorType

Type: class<UTServerAdminSpectator>


Default value: Class'xWebAdmin.UTServerAdminSpectator'

WebSkins

Type: array<class<WebSkin> >

array of webadmin skins

Internal variables

See UTServerAdmin internal variables.

Structs

HtmlChar

string Plain 
string Coded 

Functions

Static functions

EatStr

static final function EatStr (out string Dest, out string Source, int Num)


GetItemName

static final function string GetItemName (string FullName)


ReplaceTag

static final function string ReplaceTag (string from, string tag, coerce string with)


Events

Init

event Init ()

Overrides: WebApplication.Init


PostQuery

event PostQuery (WebRequest Request, WebResponse Response)

Overrides: WebApplication.PostQuery


Query

event Query (WebRequest Request, WebResponse Response)

Overrides: WebApplication.Query


Other instance functions

See UTServerAdmin instance functions.

Operators

string += string

{{{1}}}


string -= string

{{{1}}}


string @= string

{{{1}}}