Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

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[edit]

bAdmin[edit]

Type: bool


Manager[edit]

Type: AccessControl


Msg_AddedMapToList[edit]

Type: string

Modifiers: localized


Default value: "Maps successfully added to maplist"

Msg_AllGameMaps[edit]

Type: string

Modifiers: localized


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

Msg_AllMapLists[edit]

Type: string

Modifiers: localized


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

Msg_ChangingMapTo[edit]

Type: string

Modifiers: localized


Default value: "Changing Map to %NextMap%"

Msg_EditingMapList[edit]

Type: string

Modifiers: localized


Default value: "Now editing maplist"

Msg_MapIsInRotation[edit]

Type: string

Modifiers: localized


Default value: "Matching %maplist% maps"

Msg_MapIsNotInRotation[edit]

Type: string

Modifiers: localized


Msg_MapListAdded[edit]

Type: string

Modifiers: localized


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

Msg_MapListRemoved[edit]

Type: string

Modifiers: localized


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

Msg_MapNotInRotation[edit]

Type: string

Modifiers: localized


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

Msg_MapRotationList[edit]

Type: string

Modifiers: localized


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

Msg_NextMapNotFound[edit]

Type: string

Modifiers: localized


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

Msg_NoMapInRotation[edit]

Type: string

Modifiers: localized


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

Msg_NoMapsAdded[edit]

Type: string

Modifiers: localized


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

Msg_NoMapsFound[edit]

Type: string

Modifiers: localized


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

Msg_NoMapsRemoved[edit]

Type: string

Modifiers: localized


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

Msg_NoParamsFound[edit]

Type: string

Modifiers: localized


Default value: "No Parameters found!"

Msg_ParamModified[edit]

Type: string

Modifiers: localized


Default value: "Modification Successful"

Msg_ParamNotModified[edit]

Type: string

Modifiers: localized


Default value: "Could not Modify Parameter"

Msg_PlayerBanned[edit]

Type: string

Modifiers: localized


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

Msg_PlayerKicked[edit]

Type: string

Modifiers: localized


Default value: "%Player% has been kicked"

Msg_PlayerList[edit]

Type: string

Modifiers: localized


Default value: "Player List:"

Msg_RemovedFromList[edit]

Type: string

Modifiers: localized


Default value: "Maps successfully removed from maplist"

Msg_SessionBanned[edit]

Type: string

Modifiers: localized


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

Msg_UnknownParam[edit]

Type: string

Modifiers: localized


Default value: "Unknown Parameter : %Value%"

Functions[edit]

Exec functions[edit]

Kick[edit]

exec function Kick (string Cmd, string Extra)


KickBan[edit]

exec function KickBan (string s)


Map[edit]

exec function Map (string Cmd)


Maplist[edit]

exec function Maplist (string Cmd, string Extra)


NextMap[edit]

exec function NextMap ()


PlayerList[edit]

exec function PlayerList ()


RestartMap[edit]

exec function RestartMap ()


Switch[edit]

exec function Switch (string URL)


Events[edit]

Created[edit]

event Created ()

Overrides: Object.Created


Other instance functions[edit]

CanPerform[edit]

protected function bool CanPerform (string priv)


DoLogin[edit]

function DoLogin (string UserName, string Password)


DoLogout[edit]

function DoLogout ()


DoSwitch[edit]

function DoSwitch (string URL)


FindGameType[edit]

protected function string FindGameType (string GameType)


GetMapListNames[edit]

function array<stringGetMapListNames (string GameType)


GoToNextMap[edit]

function GoToNextMap ()


IsNumeric[edit]

function bool IsNumeric (string Param, optional bool bPositiveOnly)


MaplistCommand[edit]

function MaplistCommand (string Cmd, string Extra)


MaskedCompare[edit]

protected function bool MaskedCompare (string SettingName, string Mask)


RestartCurrentMap[edit]

function RestartCurrentMap ()


SendComplexMsg[edit]

protected function SendComplexMsg (array<stringArr, string Title)


ShowCurrentMapList[edit]

function ShowCurrentMapList ()


SplitParams[edit]

function array<stringSplitParams (string Params)