UE2:UTServerAdmin (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
UT2004 Object >> WebApplication >> UTServerAdmin
Package: 
xWebAdmin

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

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

HtmlDecode

static function string HtmlDecode (string src)


HtmlEncode

static function string HtmlEncode (string src)


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.