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
class MasterServerGameStats extends GameStats
	native;

var MasterServerUplink Uplink;

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

function Logf(string LogString)
{
	Super.Logf(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: Di 5.9.2006 22:29:04.000 - Creation time: Do 14.8.2014 09:58:44.278 - Created with UnCodeX