- Extends
- Object
- Modifiers
- abstract
Copyright (c) 2005-2007 by Wormbo
$Id$
Core.Object
|
+-- WormbotReporter.WIR_Util
Inherited Structures from Core.Object |
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary |
| string | ColorCode (color Color))
|
| string | ConcatWithSeparator (array<string> Strings))
|
| string | EscapeIRCCodes (string In))
|
| string | FormatPlayerName (Actor Player, bool bOnlyName, optional string StringScoreTemplate, optional string CustomPrefix))
|
| string | FormatTeamName (TeamInfo Team, bool bOnlyColorAndName))
|
| string | FormatTime (int Seconds, optional bool bLeadingZero, optional bool bHours))
|
| | GetPlayerActors (Actor Player, out Controller C, out Pawn P, out PlayerReplicationInfo PRI))
|
| string | GetTemplateProperties (Object O, string Template))
|
| string | HMACMD5String (string In, string Key))
|
| bool | IsPlayer (Actor Other))
|
| string | LittleEndianToHex (int i))
|
| string | MD5String (string In))
|
| int | Now (LevelInfo Level))
|
| bool | ParseIRCUserAddress (string Address, optional out string Nick, optional out string Ident, optional out string Host))
|
| | PrepareTable (out array<TAlignedTable> Table))
|
| string | ReplOnce (coerce string Src, coerce string Match, coerce string With, optional bool bCaseSensitive))
|
| string | Spc (int i))
|
| string | StripColorCodes (string Input))
|
| string | StripIRCCodes (string In, optional bool bOnlyColors))
|
| string | ToIRCLower (string s))
|
| string | ToIRCUpper (string s))
|
| string | Trim (string S))
|
| string | UnescapeIRCCodes (string In))
|
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 localized string StringConcatSeparator;
StringConcatSeparatorLast Source code
var localized string StringConcatSeparatorLast;
var localized string StringInSpacefighter;
var localized string StringPrefixAdmin;
StringPrefixAmpedVehicle Source code
var localized string StringPrefixAmpedVehicle;
var localized string StringPrefixBot;
var localized string StringPrefixHuman;
var localized string StringPrefixNeutral;
var localized string StringPrefixSpectator;
var localized string StringPrefixTeam;
StringPrefixTeamIndex[4] Source code
var localized string StringPrefixTeamIndex[4];
var localized string StringSuffixBot;
var localized string StringSuffixHuman;
var localized string StringSuffixScore;
var localized string StringSuffixTeam;
struct
TTableCell
{
var string Content;
var string StrippedContent;
};
static final function
string ColorCode (
color Color) )
static final function string ConcatWithSeparator ( array<string> Strings) )
static final function string EscapeIRCCodes ( string In) )
static final function
string FormatPlayerName (
Actor Player,
bool bOnlyName, optional
string StringScoreTemplate, optional
string CustomPrefix) )
static final function
string FormatTeamName (
TeamInfo Team,
bool bOnlyColorAndName) )
static final function string FormatTime ( int Seconds, optional bool bLeadingZero, optional bool bHours) )
static final function
string GetTemplateProperties (
Object O,
string Template) )
static final function string HMACMD5String ( string In, string Key) )
static final function
bool IsPlayer (
Actor Other) )
static final function string LittleEndianToHex ( int i) )
static final function string MD5String ( string In) )
static final function
int Now (
LevelInfo Level) )
static final function bool ParseIRCUserAddress ( string Address, optional out string Nick, optional out string Ident, optional out string Host) )
static final function PrepareTable ( out array<
TAlignedTable> Table) )
static final function string ReplOnce ( coerce string Src, coerce string Match, coerce string With, optional bool bCaseSensitive) )
static final function string Spc ( int i) )
static final function string StripColorCodes ( string Input) )
static final function string StripIRCCodes ( string In, optional bool bOnlyColors) )
static final function string ToIRCLower ( string s) )
static final function string ToIRCUpper ( string s) )
static final function string Trim ( string S) )
static final function string UnescapeIRCCodes ( string In) )
defaultproperties
{
StringPrefixTeamIndex[0] = "[^K]04"
StringPrefixTeamIndex[1] = "[^K]12"
StringPrefixTeamIndex[2] = "[^K]03"
StringPrefixTeamIndex[3] = "[^K]07"
StringPrefixNeutral = "[^K]03"
StringPrefixSpectator = "[^K]14"
StringPrefixAmpedVehicle = "[^K]13"
StringPrefixAdmin = "Admin "
StringPrefixBot = "Bot [^B]"
StringPrefixHuman = "[^B]"
StringPrefixTeam = "[^B]"
StringSuffixBot = "[^B]"
StringSuffixHuman = "[^B]"
StringSuffixTeam = "[^O]"
StringSuffixScore = " (%s)"
StringConcatSeparator = "[^O], "
StringConcatSeparatorLast = "[^O] and "
StringInSpacefighter = "in a %v"
}
|
Creation time: Do 14.8.2014 09:58:29.954 - Created with
UnCodeX