Always snap to grid

UE2:UTServerAdmin instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> WebApplication >> UTServerAdmin (instance functions)
UTServerAdmin instance functions in other games:
UT, UT2003
Other member categories for this class:
internal variables

Instance functions

AccessDenied

function AccessDenied (WebResponse Response)


ApplySkinSettings

function ApplySkinSettings ()


CanPerform

function bool CanPerform (string privs)


Checkbox

function string Checkbox (string tag, bool bChecked, optional bool bDisabled)


CleanupApp

function CleanupApp ()

Overrides: WebApplication.CleanupApp


CleanupQuery

function CleanupQuery ()


CreateFullMutatorList

function CreateFullMutatorList (out StringArray Mutators, out StringArray GroupsOnly)


FormatMapName

function FormatMapName (out string FullName, out string ShortName)


GenerateGameTypeOptions

function string GenerateGameTypeOptions (string CurrentGameType)


GenerateMapListOptions

function string GenerateMapListOptions (string GameType, int Active)


GenerateMapListSelect

function string GenerateMapListSelect (StringArray MapList, StringArray MovedMaps)


GenerateMutatorOptions

function string GenerateMutatorOptions (string SelectedMutators)


GenerateSkinSelect

function string GenerateSkinSelect ()


GetGameCacheIndex

function int GetGameCacheIndex (string GameClass)


HasURLOption

function bool HasURLOption (string ParamName, out string Value)


Hidden

function string Hidden (string Tag, string Value)


HyperLink

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


LoadGameTypes

function LoadGameTypes ()


LoadMaps

function LoadMaps ()


LoadMutators

function LoadMutators ()


LoadQueryHandlers

function LoadQueryHandlers ()


LoadSkins

function LoadSkins ()


MapIsChanging

function bool MapIsChanging ()


MapTitle

function MapTitle (WebResponse Response)


NextPriv

function string NextPriv (out string PrivString)


PadLeft

function string PadLeft (string Text, int MaxWidth, optional string PadString)


PadRight

function string PadRight (string Text, int MaxWidth, optional string PadString)


PreQuery

function bool PreQuery (WebRequest Request, WebResponse Response)

Overrides: WebApplication.PreQuery


QueryHeaderPage

function QueryHeaderPage (WebRequest Request, WebResponse Response)


QueryRestartPage

function QueryRestartPage (WebRequest Request, WebResponse Response)


QueryRootFrame

function QueryRootFrame (WebRequest Request, WebResponse Response)


QuerySubmitRestartPage

function QuerySubmitRestartPage (WebRequest Request, WebResponse Response)


RadioButton

function string RadioButton (string Group, string Value, bool bSelected)


ReloadExcludeMaps

function StringArray ReloadExcludeMaps (string GameType)


ReloadIncludeMaps

function StringArray ReloadIncludeMaps (StringArray ExMaps, int GameIndex, int MapListIndex)


ResetButton

function string ResetButton (string ResetButtonName, string ResetButtonValue)


Select

function string Select (string SelectName, string SelectOptions)


ServerChangeMap

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


SetGamePI

function string SetGamePI (optional string GameType)


ShowFrame

function bool ShowFrame (WebResponse Response, string Page)


ShowFramedMessage

function ShowFramedMessage (WebResponse Response, string Message, bool bIsErrorMsg)


ShowMessage

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


ShowPage

function bool ShowPage (WebResponse Response, string Page)


StatusError

function StatusError (WebResponse Response, string Message)


StatusOk

function StatusOk (WebResponse Response, string Message)


StatusReport

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


SubmitButton

function string SubmitButton (string SubmitButtonName, string SubmitButtonValue)


TextBox

function string TextBox (string TextName, coerce string Size, coerce string MaxLength, optional string DefaultValue)


UpdateCustomMapList

function UpdateCustomMapList (int GameIndex, int Index, string NewName)


UsedMutators

function string UsedMutators ()


ValidMap

function bool ValidMap (string MapURL)


WebInclude

function string WebInclude (string file)