My program doesn't have bugs. It just develops random features.

UE2:GameStats (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> GameStats

Contents

Package: 
Engine
Known direct subclass:
MasterServerGameStats
This class in other games:
U2, UT2003, 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.

[edit] Properties

[edit] bShowBots

Type: bool


[edit] GRI

Type: GameReplicationInfo


[edit] TempLog

Type: FileLog


[edit] Functions

[edit] Native functions

[edit] GetMapFileName

native final function string GetMapFileName ()


[edit] GetStatsIdentifier

native final function string GetStatsIdentifier (Controller C)


[edit] Events

[edit] Destroyed

event Destroyed ()

Overrides: Actor.Destroyed


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] Other instance functions

[edit] ConnectEvent

function ConnectEvent (PlayerReplicationInfo Who)


[edit] DisconnectEvent

function DisconnectEvent (PlayerReplicationInfo Who)


[edit] EndGame

function EndGame (string Reason)


[edit] FullTimeDate

function string FullTimeDate ()


[edit] GameEvent

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


[edit] Header

function string Header ()


[edit] Init

function Init ()


[edit] KillEvent

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


[edit] Logf

function Logf (string LogString)


[edit] MapName

function string MapName ()


[edit] NewGame

function NewGame ()


[edit] ScoreEvent

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


[edit] ServerInfo

function ServerInfo ()


[edit] Shutdown

function Shutdown ()


[edit] SpecialEvent

function SpecialEvent (PlayerReplicationInfo Who, string Desc)


[edit] StartGame

function StartGame ()


[edit] TeamScoreEvent

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


[edit] TimeStamp

function string TimeStamp ()


[edit] TimeZone

function string TimeZone ()


Personal tools