Cogito, ergo sum

UE2:AdminBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> AdminBase
Package: 
Engine
Within class: 
PlayerController
Direct subclasses:
Admin, AdminIni
This class in other games:
UT2003

Class: Engine.AdminBase Parent: Core.Object

<Enter a description here>

Properties

bAdmin

Type: bool


Manager

Type: AccessControl


Msg_AddedMapToList

Type: string

Modifiers: localized


Default value: "Maps successfully added to maplist"

Msg_AllGameMaps

Type: string

Modifiers: localized


Default value: "Maps that are valid (can be added) to"

Msg_AllMapLists

Type: string

Modifiers: localized


Default value: "Available maplists for %gametype%."

Msg_ChangingMapTo

Type: string

Modifiers: localized


Default value: "Changing Map to %NextMap%"

Msg_EditingMapList

Type: string

Modifiers: localized


Default value: "Now editing maplist"

Msg_MapIsInRotation

Type: string

Modifiers: localized


Default value: "Matching %maplist% maps"

Msg_MapIsNotInRotation

Type: string

Modifiers: localized


Msg_MapListAdded

Type: string

Modifiers: localized


Default value: "Maplist %listname% successfully added for gametype"

Msg_MapListRemoved

Type: string

Modifiers: localized


Default value: "Maplist %listname% successfully removed from gametype"

Msg_MapNotInRotation

Type: string

Modifiers: localized


Default value: "Matching maps which are not members of %maplist%."

Msg_MapRotationList

Type: string

Modifiers: localized


Default value: "Active maps for maplist %maplist%."

Msg_NextMapNotFound

Type: string

Modifiers: localized


Default value: "Next map not found; Restarting same map"

Msg_NoMapInRotation

Type: string

Modifiers: localized


Default value: "No maps configured for %maplist%."

Msg_NoMapsAdded

Type: string

Modifiers: localized


Default value: "No maps added to the maplist %maplist%."

Msg_NoMapsFound

Type: string

Modifiers: localized


Default value: "No matching maps in maplist %maplist% were found."

Msg_NoMapsRemoved

Type: string

Modifiers: localized


Default value: "No maps were removed from the maplist %maplist%."

Msg_NoParamsFound

Type: string

Modifiers: localized


Default value: "No Parameters found!"

Msg_ParamModified

Type: string

Modifiers: localized


Default value: "Modification Successful"

Msg_ParamNotModified

Type: string

Modifiers: localized


Default value: "Could not Modify Parameter"

Msg_PlayerBanned

Type: string

Modifiers: localized


Default value: "%Player% has been banned from this server"

Msg_PlayerKicked

Type: string

Modifiers: localized


Default value: "%Player% has been kicked"

Msg_PlayerList

Type: string

Modifiers: localized


Default value: "Player List:"

Msg_RemovedFromList

Type: string

Modifiers: localized


Default value: "Maps successfully removed from maplist"

Msg_SessionBanned

Type: string

Modifiers: localized


Default value: "%Player% has been banned for this match"

Msg_UnknownParam

Type: string

Modifiers: localized


Default value: "Unknown Parameter : %Value%"

Functions

Exec functions

Kick

exec function Kick (string Cmd, string Extra)


KickBan

exec function KickBan (string s)


Map

exec function Map (string Cmd)


Maplist

exec function Maplist (string Cmd, string Extra)


NextMap

exec function NextMap ()


PlayerList

exec function PlayerList ()


RestartMap

exec function RestartMap ()


Switch

exec function Switch (string URL)


Events

Created

event Created ()

Overrides: Object.Created


Other instance functions

CanPerform

protected function bool CanPerform (string priv)


DoLogin

function DoLogin (string UserName, string Password)


DoLogout

function DoLogout ()


DoSwitch

function DoSwitch (string URL)


FindGameType

protected function string FindGameType (string GameType)


GetMapListNames

function array<stringGetMapListNames (string GameType)


GoToNextMap

function GoToNextMap ()


IsNumeric

function bool IsNumeric (string Param, optional bool bPositiveOnly)


MaplistCommand

function MaplistCommand (string Cmd, string Extra)


MaskedCompare

protected function bool MaskedCompare (string SettingName, string Mask)


RestartCurrentMap

function RestartCurrentMap ()


SendComplexMsg

protected function SendComplexMsg (array<stringArr, string Title)


ShowCurrentMapList

function ShowCurrentMapList ()


SplitParams

function array<stringSplitParams (string Params)