Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesWebAdmin.TribesServerAdmin

Extends
WebApplication
Modifiers
config

Core.Object
|   
+-- UWeb.WebApplication
   |   
   +-- TribesWebAdmin.TribesServerAdmin

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient, RF_Unnamed

Variables Summary
stringAdminRealm
StringArrayAExcMutators
StringArrayAGameType
StringArrayAIncMutators
array<Gameplay.xUtil.MutatorRecord>AllMutators
TribesAdminUserCurAdmin
stringDefaultBG
PlayInfoGamePI
stringHeaderPage
stringHighlightedBG
stringhtm
stringMessagePage
array<class<TribesWebQueryHandler>>QueryHandlerClasses
array<TribesWebQueryHandler>QueryHandlers
WebResponseResp
stringRestartPage
stringRootFrame
TribesServerAdminSpectatorSpectator
TribesServerAdmin
class<TribesServerAdminSpectator>SpectatorType
Inherited Variables from UWeb.WebApplication
Level, Path, WebServer
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, GameSpyServerData, Guid, IntegerRange, InterpCurve, InterpCurvePoint, MatCoords, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, Vector

Functions Summary
function AccessDenied (WebResponse Response))
function ApplyMapList (StringArray ExcludeMaps, StringArray IncludeMaps, String GameType, String MapListType))
functionbool CanPerform (string privs))
functionstring Checkbox (string tag, bool bChecked))
functionString GenerateGameTypeOptions (String CurrentGameType))
functionString GenerateMapListOptions (String GameType, String MapListType))
functionString GenerateMapListSelect (StringArray MapList, StringArray MovedMaps))
functionbool HasURLOption (string ParamName, out string Value))
functionstring HtmlEncode (string src))
functionstring HyperLink (string url, string text, bool bEnabled, optional string target))
event Init ()))
function LoadGameTypes ()))
function LoadMutators ()))
function LoadQueryHandlers ()))
functionbool MapIsChanging ()))
function MapTitle (WebResponse Response))
functionstring NextPriv (out string privs))
functionString PadLeft (String InStr, int Width, String PadStr))
event PostQuery (WebRequest Request, WebResponse Response))
eventbool PreQuery (WebRequest Request, WebResponse Response))
event Query (WebRequest Request, WebResponse Response))
function QueryHeaderPage (WebRequest Request, WebResponse Response))
function QueryRestartPage (WebRequest Request, WebResponse Response))
function QueryRootFrame (WebRequest Request, WebResponse Response))
function QuerySubmitRestartPage (WebRequest Request, WebResponse Response))
functionStringArray ReloadExcludeMaps (String GameType))
functionStringArray ReloadIncludeMaps (StringArray ExMaps, String GameClass))
function ServerChangeMap (WebRequest Request, WebResponse Response, string MapName, string GameType))
functionstring SetGamePI (string GameType))
functionbool ShowFrame (WebResponse Response, string Page))
function ShowMessage (WebResponse Response, string Title, string Message))
functionbool ShowPage (WebResponse Response, string Page))
function StatusError (WebResponse Response, string Message))
function StatusOk (WebResponse Response, string Message))
functionbool StatusReport (WebResponse Response, string ErrorMessage, string SuccessMessage))
functionstring StringIf (bool bCond, string iftrue, string iffalse))
function UpdateDefaultMaps (String GameType, StringArray Maps))
functionString UsedMutators ()))
functionstring WebInclude (string file))
Inherited Functions from UWeb.WebApplication
Cleanup, Init, PostQuery, PreQuery, Query
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllClasses, AllEditableProperties, Allocate, AllProperties, AppSeconds, Asc, Asin, AssertWithDescription, Atan, BeginState, CanSLog, Caps, Chr, Clamp, ClassConstruct, ClassIsChildOf, ClockwiseFrom, CommonBase, Construct, Cos, Cross, DecodeFromURL, Disable, Div, Dot, DynamicFindObject, DynamicLoadObject, Enable, EncodeForURL, EndState, Eval, Exp, FClamp, FindObject, FlushConfig, FMax, FMin, FRand, GetAxes, GetBuildNumber, GetEnum, GetMinCompatibleBuildNumber, GetPropertyText, GetStateName, GetSuperClass, GetUnAxes, GotoState, Hash, HasUnicode, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Inverse, Invert, IsA, IsInState, IsNearlyZero, IsUTracing, IsValidForURL, IsZero, Left, Len, Lerp, Localize, Locs, Log, Loge, LogGuardStack, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NullReferences, OrthoRotation, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatToRotator, Rand, RandRange, Repl, replaceStr, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, SetUTracing, Sin, Sleep, SLog, Smerp, Split, Sqrt, Square, StaticSaveConfig, StrCmp, Tan, VDist, VDistSquared, VRand, VSize, VSize2D, VSizeSquared, VSizeSquared2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

AdminRealm Source code

var config string AdminRealm;

AExcMutators Source code

var StringArray AExcMutators;

AGameType Source code

var StringArray AGameType;

AIncMutators Source code

var StringArray AIncMutators;

AllMutators Source code

var array<Gameplay.xUtil.MutatorRecord> AllMutators;

CurAdmin Source code

var TribesAdminUser CurAdmin;

DefaultBG Source code

var config string DefaultBG;

GamePI Source code

var PlayInfo GamePI;

HeaderPage Source code

var config string HeaderPage;

HighlightedBG Source code

var config string HighlightedBG;

htm Source code

var string htm;

MessagePage Source code

var config string MessagePage;

QueryHandlerClasses Source code

var array<class<TribesWebQueryHandler>> QueryHandlerClasses;

QueryHandlers Source code

var config array<TribesWebQueryHandler> QueryHandlers;

Resp Source code

var WebResponse Resp;

RestartPage Source code

var config string RestartPage;

RootFrame Source code

var config string RootFrame;

Spectator Source code

var TribesServerAdminSpectator Spectator;

TribesServerAdmin

SpectatorType Source code

var(TribesServerAdmin) class<TribesServerAdminSpectator> SpectatorType;


Functions Detail

AccessDenied Source code

function AccessDenied ( WebResponse Response) )

ApplyMapList Source code

function ApplyMapList ( StringArray ExcludeMaps, StringArray IncludeMaps, String GameType, String MapListType) )

CanPerform Source code

function bool CanPerform ( string privs) )

Checkbox Source code

function string Checkbox ( string tag, bool bChecked) )

GenerateGameTypeOptions Source code

function String GenerateGameTypeOptions ( String CurrentGameType) )

GenerateMapListOptions Source code

function String GenerateMapListOptions ( String GameType, String MapListType) )

GenerateMapListSelect Source code

function String GenerateMapListSelect ( StringArray MapList, StringArray MovedMaps) )

HasURLOption Source code

function bool HasURLOption ( string ParamName, out string Value) )

HtmlEncode Source code

function string HtmlEncode ( string src) )

HyperLink Source code

function string HyperLink ( string url, string text, bool bEnabled, optional string target) )

Init Source code

event Init ( ) )

LoadGameTypes Source code

function LoadGameTypes ( ) )

LoadMutators Source code

function LoadMutators ( ) )

LoadQueryHandlers Source code

function LoadQueryHandlers ( ) )

MapIsChanging Source code

function bool MapIsChanging ( ) )

MapTitle Source code

function MapTitle ( WebResponse Response) )

NextPriv Source code

function string NextPriv ( out string privs) )

PadLeft Source code

function String PadLeft ( String InStr, int Width, String PadStr) )

PostQuery Source code

event PostQuery ( WebRequest Request, WebResponse Response) )

PreQuery Source code

event bool PreQuery ( WebRequest Request, WebResponse Response) )

Query Source code

event Query ( WebRequest Request, WebResponse Response) )

QueryHeaderPage Source code

function QueryHeaderPage ( WebRequest Request, WebResponse Response) )

QueryRestartPage Source code

function QueryRestartPage ( WebRequest Request, WebResponse Response) )

QueryRootFrame Source code

function QueryRootFrame ( WebRequest Request, WebResponse Response) )

QuerySubmitRestartPage Source code

function QuerySubmitRestartPage ( WebRequest Request, WebResponse Response) )

ReloadExcludeMaps Source code

function StringArray ReloadExcludeMaps ( String GameType) )

ReloadIncludeMaps Source code

function StringArray ReloadIncludeMaps ( StringArray ExMaps, String GameClass) )

ServerChangeMap Source code

function ServerChangeMap ( WebRequest Request, WebResponse Response, string MapName, string GameType) )

SetGamePI Source code

function string SetGamePI ( string GameType) )

ShowFrame Source code

function bool ShowFrame ( WebResponse Response, string Page) )

ShowMessage Source code

function ShowMessage ( WebResponse Response, string Title, string Message) )

ShowPage Source code

function bool ShowPage ( WebResponse Response, string Page) )

StatusError Source code

function StatusError ( WebResponse Response, string Message) )

StatusOk Source code

function StatusOk ( WebResponse Response, string Message) )

StatusReport Source code

function bool StatusReport ( WebResponse Response, string ErrorMessage, string SuccessMessage) )

StringIf Source code

function string StringIf ( bool bCond, string iftrue, string iffalse) )

UpdateDefaultMaps Source code

function UpdateDefaultMaps ( String GameType, StringArray Maps) )

UsedMutators Source code

function String UsedMutators ( ) )

WebInclude Source code

function string WebInclude ( string file) )


Defaultproperties

defaultproperties
{
    SpectatorType=Class'TribesServerAdminSpectator'
	
	QueryHandlerClasses(0)=class'TribesWebQueryCurrent'
	QueryHandlerClasses(1)=class'TribesWebQueryDefaults'
	QueryHandlerClasses(2)=class'TribesWebQueryAdmins'
	
    AdminRealm="Tribes Remote Admin Server"
    RootFrame="rootframe"
    HeaderPage="mainmenu"
    MessagePage="message"
	RestartPage="server_restart"
	
    DefaultBG="#aaaaaa"
    HighlightedBG="#3a7c8c"
	
	htm=".htm"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.881 - Created with UnCodeX