- Extends
- Object
- Modifiers
- Within PlayerController abstract native
Core.Object
|
+-- Engine.AdminBase
Direct Known Subclasses:
Admin, AdminIni
Inherited Structures from Core.Object |
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Inherited Functions from Core.Object |
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var bool bAdmin;
var localized string Msg_AddedMapToList;
var localized string Msg_AllGameMaps;
var localized string Msg_AllMapLists;
var localized string Msg_ChangingMapTo;
var localized string Msg_EditingMapList;
var localized string Msg_MapIsInRotation;
Msg_MapIsNotInRotation Source code
var localized string Msg_MapIsNotInRotation;
var localized string Msg_MapListAdded;
var localized string Msg_MapListRemoved;
var localized string Msg_MapNotInRotation;
var localized string Msg_MapRotationList;
var localized string Msg_NextMapNotFound;
var localized string Msg_NoMapInRotation;
var localized string Msg_NoMapsAdded;
var localized string Msg_NoMapsFound;
var localized string Msg_NoMapsRemoved;
var localized string Msg_NoParamsFound;
var localized string Msg_ParamModified;
var localized string Msg_ParamNotModified;
var localized string Msg_PlayerBanned;
var localized string Msg_PlayerKicked;
var localized string Msg_PlayerList;
var localized string Msg_RemovedFromList;
var localized string Msg_SessionBanned;
var localized string Msg_UnknownParam;
protected function bool CanPerform ( string priv )
function Created ( )
function DoLogin ( string UserName, string Password )
function DoLogout ( )
function DoSwitch ( string URL )
protected function string FindGameType ( string GameType )
function array<string> GetMapListNames ( string GameType )
function GoToNextMap ( )
function bool IsNumeric ( string Param, optional bool bPositiveOnly )
exec function Kick ( string Cmd, string Extra )
exec function KickBan ( string s )
exec function Map ( string Cmd )
exec function Maplist (
string Cmd,
string Extra )
function MaplistCommand ( string Cmd, string Extra )
protected function bool MaskedCompare ( string SettingName, string Mask )
exec function NextMap ( )
exec function PlayerList ( )
function RestartCurrentMap ( )
exec function RestartMap ( )
protected function SendComplexMsg ( array<string> Arr, string Title )
function ShowCurrentMapList ( )
function array<string> SplitParams ( string Params )
exec function Switch ( string URL )
defaultproperties
{
Msg_PlayerList="Player List:"
Msg_AllGameMaps="Maps that are valid (can be added) to"
Msg_AllMapLists="Available maplists for %gametype%."
Msg_MapRotationList="Active maps for maplist %maplist%."
Msg_NoMapsAdded="No maps added to the maplist %maplist%."
Msg_AddedMapToList="Maps successfully added to maplist"
Msg_NoMapsRemoved="No maps were removed from the maplist %maplist%."
Msg_RemovedFromList="Maps successfully removed from maplist"
Msg_PlayerBanned="%Player% has been banned from this server"
Msg_SessionBanned="%Player% has been banned for this match"
Msg_PlayerKicked="%Player% has been kicked"
Msg_NextMapNotFound="Next map not found; Restarting same map"
Msg_ChangingMapTo="Changing Map to %NextMap%"
Msg_NoMapInRotation="No maps configured for %maplist%."
Msg_NoMapsFound="No matching maps in maplist %maplist% were found."
Msg_MapIsInRotation="Matching %maplist% maps"
Msg_MapNotInRotation="Matching maps which are not members of %maplist%."
Msg_UnknownParam="Unknown Parameter : %Value%"
Msg_NoParamsFound="No Parameters found!"
Msg_ParamModified="Modification Successful"
Msg_ParamNotModified="Could not Modify Parameter"
Msg_MapListAdded="Maplist %listname% successfully added for gametype"
Msg_MapListRemoved="Maplist %listname% successfully removed from gametype"
Msg_EditingMapList="Now editing maplist"
}
|
Creation time: Mo 16.4.2007 11:20:14.953 - Created with
UnCodeX