I'm a doctor, not a mechanic
UE2:GameStats (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Properties
- 2 Functions
- 2.1 Native functions
- 2.2 Events
- 2.3 Other instance functions
- 2.3.1 ConnectEvent
- 2.3.2 DisconnectEvent
- 2.3.3 EndGame
- 2.3.4 FullTimeDate
- 2.3.5 GameEvent
- 2.3.6 Header
- 2.3.7 Init
- 2.3.8 KillEvent
- 2.3.9 Logf
- 2.3.10 MapName
- 2.3.11 NewGame
- 2.3.12 ScoreEvent
- 2.3.13 ServerInfo
- 2.3.14 Shutdown
- 2.3.15 SpecialEvent
- 2.3.16 StartGame
- 2.3.17 TeamScoreEvent
- 2.3.18 TimeStamp
- 2.3.19 TimeZone
- Package:
- Engine
- Direct subclass:
- MasterServerGameStats
- This class in other games:
- U2, UT2003, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
Header[edit]
function string Header ()
Init[edit]
function Init ()
KillEvent[edit]
function KillEvent (string Killtype, PlayerReplicationInfo Killer, PlayerReplicationInfo Victim, class<DamageType> Damage)
Logf[edit]
function Logf (string LogString)
MapName[edit]
function string MapName ()
NewGame[edit]
function NewGame ()
ScoreEvent[edit]
ServerInfo[edit]
function ServerInfo ()
Shutdown[edit]
function Shutdown ()
SpecialEvent[edit]
function SpecialEvent (PlayerReplicationInfo Who, string Desc)
StartGame[edit]
function StartGame ()
TeamScoreEvent[edit]
TimeStamp[edit]
function string TimeStamp ()
TimeZone[edit]
function string TimeZone ()