| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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 | |
|---|---|
| string | FileExt |
| string | FileName |
| UT2K4GameProfile | GP |
| LevelInfo | Level |
| FileLog | Output |
| string | ResultFile |
| 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 | ||
|---|---|---|
![]() | bool | Create (UT2K4GameProfile myGP, LevelInfo myLevel, optional string myFilename, optional string myExt)) |
![]() | expBasic ())) | |
![]() | expBody ())) | |
![]() | expBotstats ())) | |
![]() | expFooter ())) | |
![]() | expHeader ())) | |
![]() | expHistory ())) | |
![]() | expLadderStatus ())) | |
![]() | expLastmatch ())) | |
![]() | expMultiKills ())) | |
![]() | ExportProfile ())) | |
![]() | expOtherMatches ())) | |
![]() | expSpecialAwards ())) | |
![]() | expSprees ())) | |
![]() | expStyle ())) | |
![]() | expTeamstats ())) | |
![]() | string | FormatString (string LogFileName)) |
![]() | string | getGameTypeString (string GameType)) |
![]() | string | getTeamName (string TeamClass, out string TeamRoster)) |
![]() | string | JoinArray (array<string> StringArray, optional string delim, optional bool bIgnoreBlanks)) |
| Variables Detail |
|---|
| Functions Detail |
|---|
Create Source code
expBasic Source code
expBody Source codeexport all the content
expBotstats Source code
expFooter Source codeexport the footer
expHeader Source codeexport the header
expHistory Source code
expLadderStatus Source code
expLastmatch Source code
expMultiKills Source code
ExportProfile Source code
expOtherMatches Source code
expSpecialAwards Source code
expSprees Source code
expStyle Source codewrite inline style
expTeamstats Source code
FormatString Source codereturn 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 codereturn the official name of a gametype
getTeamName Source codeget the real team name and the list of players
JoinArray Source codeJoin 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||