Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.SPProfileExporter

Extends
Object

Core.Object
|   
+-- GUI2K4.SPProfileExporter

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
stringFileExt
stringFileName
UT2K4GameProfileGP
LevelInfoLevel
FileLogOutput
stringResultFile
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
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
functionbool Create (UT2K4GameProfile myGP, LevelInfo myLevel, optional string myFilename, optional string myExt))
function expBasic ()))
function expBody ()))
function expBotstats ()))
function expFooter ()))
function expHeader ()))
function expHistory ()))
function expLadderStatus ()))
function expLastmatch ()))
function expMultiKills ()))
function ExportProfile ()))
function expOtherMatches ()))
function expSpecialAwards ()))
function expSprees ()))
function expStyle ()))
function expTeamstats ()))
functionstring FormatString (string LogFileName))
functionstring getGameTypeString (string GameType))
functionstring getTeamName (string TeamClass, out string TeamRoster))
functionstring JoinArray (array<string> StringArray, optional string delim, optional bool bIgnoreBlanks))
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, ^, ^^, |, ||, ~, ~=


Variables Detail

FileExt Source code

var protected string FileExt;

FileName Source code

var protected string FileName;

GP Source code

var protected UT2K4GameProfile GP;

Level Source code

var protected LevelInfo Level;

Output Source code

var protected FileLog Output;

ResultFile Source code

var string ResultFile;


Functions Detail

Create Source code

function bool Create ( UT2K4GameProfile myGP, LevelInfo myLevel, optional string myFilename, optional string myExt) )

expBasic Source code

protected function expBasic ( ) )

expBody Source code

protected function expBody ( ) )
export all the content

expBotstats Source code

protected function expBotstats ( ) )

expFooter Source code

protected function expFooter ( ) )
export the footer

expHeader Source code

protected function expHeader ( ) )
export the header

expHistory Source code

protected function expHistory ( ) )

expLadderStatus Source code

protected function expLadderStatus ( ) )

expLastmatch Source code

protected function expLastmatch ( ) )

expMultiKills Source code

protected function expMultiKills ( ) )

ExportProfile Source code

function ExportProfile ( ) )

expOtherMatches Source code

protected function expOtherMatches ( ) )

expSpecialAwards Source code

protected function expSpecialAwards ( ) )

expSprees Source code

protected function expSprees ( ) )

expStyle Source code

protected function expStyle ( ) )
write inline style

expTeamstats Source code

protected function expTeamstats ( ) )

FormatString Source code

protected function string FormatString ( string LogFileName) )
return the filename to use for the log file. The following formatting rules are accepted: %N profile name (the actual filename) %P player name %Y year %M month %D day %H hour %I minute %S second %W day of the week %% '%'

getGameTypeString Source code

function string getGameTypeString ( string GameType) )
return the official name of a gametype

getTeamName Source code

function string getTeamName ( string TeamClass, out string TeamRoster) )
get the real team name and the list of players

JoinArray Source code

static final function string JoinArray ( array<string> StringArray, optional string delim, optional bool bIgnoreBlanks) )
Join together array elements into a single string


Defaultproperties

defaultproperties
{
	FileName="%N_%Y_%M_%D_%H_%I"
	FileExt="html"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:22.558 - Created with UnCodeX