There is no spoon
UE2:UTServerAdmin instance functions (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> WebApplication >> UTServerAdmin (instance functions) |
Contents
- 1 Instance functions
- 1.1 AccessDenied
- 1.2 ApplyMapList
- 1.3 ApplySkinSettings
- 1.4 CanPerform
- 1.5 Checkbox
- 1.6 CleanupApp
- 1.7 CleanupQuery
- 1.8 CreateFullMutatorList
- 1.9 FormatMapName
- 1.10 GenerateGameTypeOptions
- 1.11 GenerateMapListOptions
- 1.12 GenerateMapListSelect
- 1.13 GenerateSkinSelect
- 1.14 HackMapList
- 1.15 HasURLOption
- 1.16 Hidden
- 1.17 HtmlDecode
- 1.18 HtmlEncode
- 1.19 HyperLink
- 1.20 LoadGameTypes
- 1.21 LoadMutators
- 1.22 LoadQueryHandlers
- 1.23 LoadSkins
- 1.24 MapIsChanging
- 1.25 MapTitle
- 1.26 NextPriv
- 1.27 PadLeft
- 1.28 PadRight
- 1.29 PreQuery
- 1.30 QueryHeaderPage
- 1.31 QueryRestartPage
- 1.32 QueryRootFrame
- 1.33 QuerySubmitRestartPage
- 1.34 RadioButton
- 1.35 ReloadExcludeMaps
- 1.36 ReloadIncludeMaps
- 1.37 ResetButton
- 1.38 Select
- 1.39 ServerChangeMap
- 1.40 SetGamePI
- 1.41 ShowFrame
- 1.42 ShowFramedMessage
- 1.43 ShowMessage
- 1.44 ShowPage
- 1.45 StatusError
- 1.46 StatusOk
- 1.47 StatusReport
- 1.48 StringIf
- 1.49 SubmitButton
- 1.50 TextBox
- 1.51 UpdateCustomMapList
- 1.52 UsedMutators
- 1.53 ValidMap
- 1.54 WebInclude
- UTServerAdmin instance functions in other games:
- UT, UT2004
- Other member categories for this class:
- internal variables
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions
AccessDenied
function AccessDenied (WebResponse Response)
ApplyMapList
function ApplyMapList (StringArray ExcludeMaps, StringArray IncludeMaps, string GameType, string MapListType)
ApplySkinSettings
function ApplySkinSettings ()
CanPerform
Checkbox
CleanupApp
function CleanupApp ()
Overrides: WebApplication.CleanupApp
CleanupQuery
function CleanupQuery ()
CreateFullMutatorList
function CreateFullMutatorList (out StringArray Mutators, out StringArray GroupsOnly)
FormatMapName
GenerateGameTypeOptions
GenerateMapListOptions
GenerateMapListSelect
GenerateSkinSelect
function string GenerateSkinSelect ()
HackMapList
function StringArray HackMapList ()
HasURLOption
Hidden
HtmlDecode
HtmlEncode
HyperLink
LoadGameTypes
function LoadGameTypes ()
LoadMutators
function LoadMutators ()
LoadQueryHandlers
function LoadQueryHandlers ()
LoadSkins
function LoadSkins ()
MapIsChanging
function bool MapIsChanging ()
MapTitle
function MapTitle (WebResponse Response)
NextPriv
PadLeft
PadRight
PreQuery
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
ReloadExcludeMaps
function StringArray ReloadExcludeMaps (string GameType)
ReloadIncludeMaps
ResetButton
Select
ServerChangeMap
function ServerChangeMap (WebRequest Request, WebResponse Response, string MapName, string GameType)
SetGamePI
ShowFrame
ShowFramedMessage
ShowMessage
ShowPage
StatusError
function StatusError (WebResponse Response, string Message)
StatusOk
function StatusOk (WebResponse Response, string Message)
StatusReport
StringIf
SubmitButton
TextBox
function string TextBox (string TextName, coerce string Size, coerce string MaxLength, optional string DefaultValue)
UpdateCustomMapList
UsedMutators
function string UsedMutators ()