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

UE2:GameReplicationInfo (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
Engine
Direct subclasses:
InvasionGameReplicationInfo, MutantGameReplicationInfo
This class in other games:
RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT, 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] PRIArray

Type: array<PlayerReplicationInfo>


[edit] ServerName

Type: string

Modifiers: globalconfig

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

Default value: "Another Server"

[edit] ServerRegion

Type: int

Modifiers: globalconfig

Region of the game server.

[edit] ShortName

Type: string

Modifiers: globalconfig

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

Default value: "Server"

[edit] TeamSymbols

Type: Texture

Array size: 2


[edit] Internal variables

[edit] bMatchHasBegun

Type: bool


[edit] bStopCountDown

Type: bool


Default value: True

[edit] bTeamGame

Type: bool

Assigned by GameInfo.

[edit] bTeamSymbolsUpdated

Type: bool


[edit] ElapsedTime

Type: int


[edit] FlagHolder

Type: PlayerReplicationInfo

Array size: 2


[edit] FlagPos

Type: Object.Vector

replicated 2D position of one object

[edit] FlagState

Type: Actor.EFlagState

Array size: 2


[edit] GameClass

Type: string

Assigned by GameInfo.

[edit] GameName

Type: string

Assigned by GameInfo.

[edit] GoalScore

Type: int


[edit] GRIPropsDisplayText

Type: string

Array size: 8

Modifiers: private, localized


Default value, index 0: "Server Name"

Default value, index 1: "Short Server Name"

Default value, index 2: "Admin Name"

Default value, index 3: "Admin E-Mail"

Default value, index 4: "Message"

Default value, index 5: "of"

Default value, index 6: "the"

Default value, index 7: "day"

[edit] MatchID

Type: int


[edit] MaxLives

Type: int


[edit] RemainingMinute

Type: int


[edit] RemainingTime

Type: int


[edit] SecondCount

Type: float


[edit] Teams

Type: TeamInfo

Array size: 2


[edit] TimeLimit

Type: int


[edit] Winner

Type: Actor

set by gameinfo when game ends

[edit] Default values

Property Value
bNetNotify True

[edit] Functions

[edit] Static functions

[edit] FillPlayInfo

static function FillPlayInfo (PlayInfo PlayInfo)

Overrides: Info.FillPlayInfo


[edit] Events

[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


[edit] Timer

simulated event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

[edit] AddPRI

simulated function AddPRI (PlayerReplicationInfo PRI)


[edit] GetPRIArray

simulated function GetPRIArray (out array<PlayerReplicationInfopris)


[edit] RemovePRI

simulated function RemovePRI (PlayerReplicationInfo PRI)


[edit] Reset

function Reset ()

Overrides: Actor.Reset


[edit] TeamSymbolNotify

simulated function TeamSymbolNotify ()


[edit] UpdatePrecacheMaterials

simulated function UpdatePrecacheMaterials ()

Overrides: Actor.UpdatePrecacheMaterials


Personal tools