Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

IpDrv.MasterServerGameStats


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
class MasterServerGameStats extends Engine.GameStats
	native;

var MasterServerUplink Uplink;

function Init()
{
	Log("MasterServerGameStats initializing");
}

function Shutdown()
{
}

function Logf(string LogString)
{
	if( Uplink == None )
	{
		// Log("Couldn't log stat line as MasterServerUplink was not found >>"$LogString$"<<");
	}
	else
	if( !Uplink.LogStatLine(LogString) )		// If master server rejects stats for us, disconnect from the Uplink actor.
		Uplink = None;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: ne 5.9.2004 16:02:14.000 - Creation time: st 23.5.2018 00:10:45.127 - Created with UnCodeX