UE2:SPProfileExporter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
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

FileExt

Type: string

Modifiers: protected


Default value: "html"

FileName

Type: string

Modifiers: protected


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

GP

Type: UT2K4GameProfile

Modifiers: protected


Level

Type: LevelInfo

Modifiers: protected


Output

Type: FileLog

Modifiers: protected


ResultFile

Type: string


Functions

Static functions

JoinArray

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

Join together array elements into a single string

Instance functions

Create

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


expBasic

protected function expBasic ()


expBody

protected function expBody ()

export all the content

expBotstats

protected function expBotstats ()


expFooter

protected function expFooter ()

export the footer

expHeader

protected function expHeader ()

export the header

expHistory

protected function expHistory ()


expLadderStatus

protected function expLadderStatus ()


expLastmatch

protected function expLastmatch ()


expMultiKills

protected function expMultiKills ()


ExportProfile

function ExportProfile ()


expOtherMatches

protected function expOtherMatches ()


expSpecialAwards

protected function expSpecialAwards ()


expSprees

protected function expSprees ()


expStyle

protected function expStyle ()

write inline style

expTeamstats

protected function expTeamstats ()


FormatString

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

function string getGameTypeString (string GameType)

return the official name of a gametype

getTeamName

function string getTeamName (string TeamClass, out string TeamRoster)

get the real team name and the list of players