Mostly Harmless
UE2:AdminBase (UT2004)
Object >> AdminBase |
Contents
- 1 Properties
- 1.1 bAdmin
- 1.2 Manager
- 1.3 Msg_AddedMapToList
- 1.4 Msg_AllGameMaps
- 1.5 Msg_AllMapLists
- 1.6 Msg_ChangingMapTo
- 1.7 Msg_EditingMapList
- 1.8 Msg_MapIsInRotation
- 1.9 Msg_MapIsNotInRotation
- 1.10 Msg_MapListAdded
- 1.11 Msg_MapListRemoved
- 1.12 Msg_MapNotInRotation
- 1.13 Msg_MapRotationList
- 1.14 Msg_NextMapNotFound
- 1.15 Msg_NoMapInRotation
- 1.16 Msg_NoMapsAdded
- 1.17 Msg_NoMapsFound
- 1.18 Msg_NoMapsRemoved
- 1.19 Msg_NoParamsFound
- 1.20 Msg_ParamModified
- 1.21 Msg_ParamNotModified
- 1.22 Msg_PlayerBanned
- 1.23 Msg_PlayerKicked
- 1.24 Msg_PlayerList
- 1.25 Msg_RemovedFromList
- 1.26 Msg_SessionBanned
- 1.27 Msg_UnknownParam
- 2 Functions
- Package:
- Engine
- Within class:
- PlayerController
- Direct subclasses:
- Admin, AdminIni
- This class in other games:
- UT2003
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. |
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]
KickBan[edit]
Map[edit]
Maplist[edit]
NextMap[edit]
PlayerList[edit]
RestartMap[edit]
Switch[edit]
Events[edit]
Created[edit]
Overrides: Object.Created