I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GameStats (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> Info >> GameStats
Package: 
Engine
Direct subclass:
MasterServerGameStats
This class in other games:
UE2Runtime, U2, UT2004

Class: Engine.GameStats Parent: Engine.Info

the GameStats object is used to send individual stat events to the stats server. Each game should spawn a GameStats object if it wishes to have stat logging.

Properties[edit]

bShowBots[edit]

Type: bool


GRI[edit]

Type: GameReplicationInfo


TempLog[edit]

Type: FileLog


Functions[edit]

Native functions[edit]

GetMapFileName[edit]

native final function string GetMapFileName ()


GetStatsIdentifier[edit]

native final function string GetStatsIdentifier (Controller C)


Events[edit]

Destroyed[edit]

event Destroyed ()

Overrides: Actor.Destroyed


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Other instance functions[edit]

ConnectEvent[edit]

function ConnectEvent (PlayerReplicationInfo Who)


DisconnectEvent[edit]

function DisconnectEvent (PlayerReplicationInfo Who)


EndGame[edit]

function EndGame (string Reason)


FullTimeDate[edit]

function string FullTimeDate ()


GameEvent[edit]

function GameEvent (string GEvent, string Desc, PlayerReplicationInfo Who)


Header[edit]

function string Header ()


Init[edit]

function Init ()


KillEvent[edit]

function KillEvent (string Killtype, PlayerReplicationInfo Killer, PlayerReplicationInfo Victim, class<DamageTypeDamage)


Logf[edit]

function Logf (string LogString)


MapName[edit]

function string MapName ()


NewGame[edit]

function NewGame ()


ScoreEvent[edit]

function ScoreEvent (PlayerReplicationInfo Who, float Points, string Desc)


ServerInfo[edit]

function ServerInfo ()


Shutdown[edit]

function Shutdown ()


SpecialEvent[edit]

function SpecialEvent (PlayerReplicationInfo Who, string Desc)


StartGame[edit]

function StartGame ()


TeamScoreEvent[edit]

function TeamScoreEvent (int Team, float Points, string Desc)


TimeStamp[edit]

function string TimeStamp ()


TimeZone[edit]

function string TimeZone ()