I'm a doctor, not a mechanic

UE2:UTServerAdmin (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:HtmlChar (UT2003))
Jump to: navigation, search
UT2003 Object >> WebApplication >> UTServerAdmin

Contents

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

[edit] Properties

[edit] Property group 'UTServerAdmin'

[edit] DefaultWebSkinClass

Type: class<WebSkin>


Default value: Class'xWebAdmin.UT2K3Skin'

[edit] QueryHandlerClasses

Type: array<string>

Modifiers: config


Default value, index 0: "XWebAdmin.xWebQueryCurrent"

Default value, index 1: "XWebAdmin.xWebQueryDefaults"

Default value, index 2: "XWebAdmin.xWebQueryAdmins"

[edit] SpectatorType

Type: class<UTServerAdminSpectator>


Default value: Class'xWebAdmin.UTServerAdminSpectator'

[edit] WebSkins

Type: array<class<WebSkin> >

array of webadmin skins

[edit] Internal variables

See UTServerAdmin internal variables.

[edit] Structs

[edit] HtmlChar

string Plain 
string Coded 

[edit] Functions

[edit] Static functions

[edit] EatStr

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


[edit] GetItemName

static final function string GetItemName (string FullName)


[edit] ReplaceTag

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


[edit] Events

[edit] Init

event Init ()

Overrides: WebApplication.Init


[edit] PostQuery

event PostQuery (WebRequest Request, WebResponse Response)

Overrides: WebApplication.PostQuery


[edit] Query

event Query (WebRequest Request, WebResponse Response)

Overrides: WebApplication.Query


[edit] Other instance functions

See UTServerAdmin instance functions.

[edit] Operators

[edit] string += string

{{{1}}}


[edit] string -= string

{{{1}}}


[edit] string @= string

{{{1}}}