Legacy:MasterServerGameStats
Jump to navigation
Jump to search
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
- MasterServerUplink Uplink
- Creates an uplink to the GameSpy servers and sends those servers the game stats.
Methods
Inherited From GameStats
- 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.