Gah - a solution with more questions. – EntropicLqd

Legacy:MasterServerGameStats

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Actor >> Info >> GameStats >> MasterServerGameStats (Package: IpDrv)

This subclass of GameStats is used to send game stats to the MasterServerUpLink. This subclass does not create a FileLog but instead when Logf method is called writes to the MasterServerUplink.

For more information about the logging and what is logged see GameStats.

Properties[edit]

MasterServerUplink Uplink 
Creates an uplink to the GameSpy servers and sends those servers the game stats.

Methods[edit]

Inherited From GameStats[edit]

Init ( ) 
Logs to the standard local log that the class has been initialized (MasterServerGameStats initializing).
Logf (string LogString) 
Insures proper connection to UpLink then attempts to call LogStatLine of MasterServerUplink. If the stats are rejected then the connection is lost.
Shutdown ( ) 
Does nothing.