Cogito, ergo sum

UE2:SPProfileExporter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> SPProfileExporter
Package: 
GUI2K4

Exports the profile to a text file

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

FileExt[edit]

Type: string

Modifiers: protected


Default value: "html"

FileName[edit]

Type: string

Modifiers: protected


Default value: "%N_%Y_%M_%D_%H_%I"

GP[edit]

Type: UT2K4GameProfile

Modifiers: protected


Level[edit]

Type: LevelInfo

Modifiers: protected


Output[edit]

Type: FileLog

Modifiers: protected


ResultFile[edit]

Type: string


Functions[edit]

Static functions[edit]

JoinArray[edit]

static final function string JoinArray (array<stringStringArray, optional string delim, optional bool bIgnoreBlanks)

Join together array elements into a single string

Instance functions[edit]

Create[edit]

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


expBasic[edit]

protected function expBasic ()


expBody[edit]

protected function expBody ()

export all the content

expBotstats[edit]

protected function expBotstats ()


expFooter[edit]

protected function expFooter ()

export the footer

expHeader[edit]

protected function expHeader ()

export the header

expHistory[edit]

protected function expHistory ()


expLadderStatus[edit]

protected function expLadderStatus ()


expLastmatch[edit]

protected function expLastmatch ()


expMultiKills[edit]

protected function expMultiKills ()


ExportProfile[edit]

function ExportProfile ()


expOtherMatches[edit]

protected function expOtherMatches ()


expSpecialAwards[edit]

protected function expSpecialAwards ()


expSprees[edit]

protected function expSprees ()


expStyle[edit]

protected function expStyle ()

write inline style

expTeamstats[edit]

protected function expTeamstats ()


FormatString[edit]

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

function string getGameTypeString (string GameType)

return the official name of a gametype

getTeamName[edit]

function string getTeamName (string TeamClass, out string TeamRoster)

get the real team name and the list of players