Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:GameReplicationInfo (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo

Contents

Package: 
Engine
This class in other games:
RTNP, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

GameReplicationInfo.

[edit] Properties

[edit] Property group 'GameReplicationInfo'

[edit] AdminEmail

Type: string

Modifiers: globalconfig

Email address of the server admin.

[edit] AdminName

Type: string

Modifiers: globalconfig

Name of the server admin.

[edit] MOTDLine1

Type: string

Modifiers: globalconfig

Message

[edit] MOTDLine2

Type: string

Modifiers: globalconfig

Of

[edit] MOTDLine3

Type: string

Modifiers: globalconfig

The

[edit] MOTDLine4

Type: string

Modifiers: globalconfig

Day

[edit] Region

Type: int

Modifiers: globalconfig

Region of the game server.

[edit] ServerName

Type: string

Modifiers: globalconfig

Name of the server, i.e.: Bob's Server.

Default value: "Another Unreal Server"

[edit] ShortName

Type: string

Modifiers: globalconfig

Abbreviated name of server, i.e.: B's Serv (stupid example)

Default value: "Unreal Server"

[edit] ShowMOTD

Type: bool

Modifiers: globalconfig

Whether or not to display the MOTD.

[edit] Internal variables

[edit] bTeamGame

Type: bool

Assigned by GameInfo.

[edit] ElapsedTime

Type: int


[edit] GameEndedComments

Type: string

set by gameinfo when game ends

[edit] GameName

Type: string

Assigned by GameInfo.

[edit] RemainingTime

Type: int


[edit] Default values

Property Value
RemoteRole ROLE_SimulatedProxy

[edit] Events

[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] Timer

simulated event Timer ()

Overrides: Actor.Timer