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

Engine.GameReplicationInfo

Extends
ReplicationInfo

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

Variables Summary
boolbTeamGame
intElapsedTime
stringGameEndedComments
stringGameName
intRemainingTime
GameReplicationInfo
stringAdminEmail
stringAdminName
stringMOTDLine1
stringMOTDLine2
stringMOTDLine3
stringMOTDLine4
intRegion
stringServerName
stringShortName
boolShowMOTD

Functions Summary
function PostBeginPlay ()
function Timer ()


Variables Detail

bTeamGame Source code

var bool bTeamGame;

ElapsedTime Source code

var int ElapsedTime;

GameEndedComments Source code

var string GameEndedComments;

GameName Source code

var string GameName;

RemainingTime Source code

var int RemainingTime;

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;

ShowMOTD Source code

var(GameReplicationInfo) globalconfig bool ShowMOTD;


Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( )

Timer Source code

simulated function Timer ( )


Defaultproperties

defaultproperties
{
     ServerName="Another Unreal Server"
     ShortName="Unreal Server"
     RemoteRole=ROLE_SimulatedProxy
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:30.046 - Created with UnCodeX