Mostly Harmless
UE2:GameReplicationInfo (UE2Runtime)
Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo |
Contents
- 1 Properties
- 1.1 Property group 'GameReplicationInfo'
- 1.2 Internal variables
- 1.2.1 bMatchHasBegun
- 1.2.2 bStopCountDown
- 1.2.3 bTeamGame
- 1.2.4 bTeamSymbolsUpdated
- 1.2.5 CarriedObjectState
- 1.2.6 ElapsedTime
- 1.2.7 FlagPos
- 1.2.8 GameClass
- 1.2.9 GameName
- 1.2.10 GoalScore
- 1.2.11 MatchID
- 1.2.12 MaxLives
- 1.2.13 RemainingMinute
- 1.2.14 RemainingTime
- 1.2.15 SecondCount
- 1.2.16 Teams
- 1.2.17 TimeLimit
- 1.2.18 Winner
- 1.3 Default values
- 2 Enums
- 3 Functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
GameReplicationInfo.
Properties[edit]
Property group 'GameReplicationInfo'[edit]
AdminEmail[edit]
Type: string
Modifiers: globalconfig
Email address of the server admin.
AdminName[edit]
Type: string
Modifiers: globalconfig
Name of the server admin.
MOTDLine1[edit]
Type: string
Modifiers: globalconfig
Message
MOTDLine2[edit]
Type: string
Modifiers: globalconfig
Of
MOTDLine3[edit]
Type: string
Modifiers: globalconfig
The
MOTDLine4[edit]
Type: string
Modifiers: globalconfig
Day
PRIArray[edit]
Type: array<PlayerReplicationInfo>
ServerName[edit]
Type: string
Modifiers: globalconfig
Name of the server, i.e.: Bob's Server.
Default value: "Another Unreal Server"
ServerRegion[edit]
Type: int
Modifiers: globalconfig
Region of the game server.
ShortName[edit]
Type: string
Modifiers: globalconfig
Abbreviated name of server, i.e.: B's Serv (stupid example)
Default value: "Unreal Server"
Internal variables[edit]
bMatchHasBegun[edit]
Type: bool
bStopCountDown[edit]
Type: bool
Default value: True
bTeamGame[edit]
Type: bool
Assigned by GameInfo.
bTeamSymbolsUpdated[edit]
Type: bool
CarriedObjectState[edit]
Type: ECarriedObjectState
Array size: 2
ElapsedTime[edit]
Type: int
FlagPos[edit]
Type: Object.Vector
replicated 2D position of one object
GameClass[edit]
Type: string
Assigned by GameInfo.
GameName[edit]
Type: string
Assigned by GameInfo.
GoalScore[edit]
Type: int
MatchID[edit]
Type: int
MaxLives[edit]
Type: int
RemainingMinute[edit]
Type: int
RemainingTime[edit]
Type: int
SecondCount[edit]
Type: float
Teams[edit]
Type: TeamInfo
Array size: 2
TimeLimit[edit]
Type: int
Winner[edit]
Type: Actor
set by gameinfo when game ends
Default values[edit]
Property | Value |
---|---|
bNetNotify | True |
Enums[edit]
ECarriedObjectState[edit]
- COS_Home
- COS_HeldFriendly
- COS_HeldEnemy
- COS_Down
Functions[edit]
Events[edit]
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
PostNetBeginPlay[edit]
Overrides: Actor.PostNetBeginPlay
Timer[edit]
Overrides: Actor.Timer
Other instance functions[edit]
AddPRI[edit]
GetCarriedObjectState[edit]
GetPRIArray[edit]
RemovePRI[edit]
Reset[edit]
Overrides: Actor.Reset