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

Engine.GameReplicationInfo

Extends
ReplicationInfo
Modifiers
native nativereplication

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.GameReplicationInfo

Direct Known Subclasses:

TournamentGameReplicationInfo

Variables Summary
boolbClassicDeathMessages
boolbStopCountDown
boolbTeamGame
intElapsedTime
stringGameClass
stringGameEndedComments
stringGameName
intNumPlayers
PlayerReplicationInfoPRIArray[32]
intRemainingMinute
intRemainingTime
floatSecondCount
intSumFrags
floatUpdateTimer
GameReplicationInfo
stringAdminEmail
stringAdminName
stringMOTDLine1
stringMOTDLine2
stringMOTDLine3
stringMOTDLine4
intRegion
stringServerName
stringShortName

Functions Summary
function PostBeginPlay ()))
function Timer ()))


Variables Detail

bClassicDeathMessages Source code

var bool bClassicDeathMessages;

bStopCountDown Source code

var bool bStopCountDown;

bTeamGame Source code

var bool bTeamGame;

ElapsedTime Source code

var int ElapsedTime;

GameClass Source code

var string GameClass;

GameEndedComments Source code

var string GameEndedComments;

GameName Source code

var string GameName;

NumPlayers Source code

var int NumPlayers;

PRIArray[32] Source code

var PlayerReplicationInfo PRIArray[32];

RemainingMinute Source code

var int RemainingMinute;

RemainingTime Source code

var int RemainingTime;

SecondCount Source code

var float SecondCount;

SumFrags Source code

var int SumFrags;

UpdateTimer Source code

var float UpdateTimer;

GameReplicationInfo

AdminEmail Source code

var(GameReplicationInfo) globalconfig string AdminEmail;

AdminName Source code

var(GameReplicationInfo) globalconfig string AdminName;

MOTDLine1 Source code

var(GameReplicationInfo) globalconfig string MOTDLine1;

MOTDLine2 Source code

var(GameReplicationInfo) globalconfig string MOTDLine2;

MOTDLine3 Source code

var(GameReplicationInfo) globalconfig string MOTDLine3;

MOTDLine4 Source code

var(GameReplicationInfo) globalconfig string MOTDLine4;

Region Source code

var(GameReplicationInfo) globalconfig int Region;

ServerName Source code

var(GameReplicationInfo) globalconfig string ServerName;

ShortName Source code

var(GameReplicationInfo) globalconfig string ShortName;


Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

Timer Source code

simulated function Timer ( ) )


Defaultproperties

defaultproperties
{
     bStopCountDown=True
     ServerName="Another UT Server"
     ShortName="UT Server"
     RemoteRole=ROLE_SimulatedProxy
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:36.253 - Created with UnCodeX