Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:GameReplicationInfo (U2)
Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo |
Contents
- 1 Constants
- 2 Properties
- 3 Enums
- 4 Functions
- 4.1 Events
- 4.2 Other instance functions
- 4.2.1 AddPRI
- 4.2.2 AddReplicatedActor
- 4.2.3 DumpReplicants
- 4.2.4 EndVote
- 4.2.5 FindReplicatedActorIndex
- 4.2.6 GetCarriedObjectState
- 4.2.7 GetPRIArray
- 4.2.8 GetReplicatedActorTeam
- 4.2.9 GetTeamInfo
- 4.2.10 KickRequest
- 4.2.11 RemovePRI
- 4.2.12 RemoveReplicatedActor
- 4.2.13 Reset
- 4.2.14 SetCarriedObjectState
- 4.2.15 SetReplicatedActorTeam
- 4.2.16 StartVote
- 4.2.17 TeamSymbolNotify
- 4.2.18 UpdateVotes
- 4.2.19 VoteNo
- 4.2.20 VoteYes
- Package:
- Engine
- This class in other games:
- RTNP, U1, UT, U2XMP, UE2Runtime, UT2003, UT2004, UDK, UT3
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.
Constants[edit]
MaxReplicatedActors[edit]
Value: 32
MaxConsumerClasses[edit]
Value: 32
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.
KickPctTeam[edit]
Type: float
Modifiers: globalconfig
percent of players required to kick (uses whatever is smaller).
Default value: 0.75
KickPctTotal[edit]
Type: float
Modifiers: globalconfig
Default value: 0.5
MinVoteTime[edit]
Type: int
Modifiers: globalconfig
time before vote times out (seconds), min time before votes tallied.
Default value: 10
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 U2:XMP 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: "XMP Server"
VoteTime[edit]
Type: int
Modifiers: globalconfig
Default value: 24
Internal variables[edit]
See GameReplicationInfo internal variables.
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
PostNetReceive[edit]
Overrides: Actor.PostNetReceive
Timer[edit]
Overrides: Actor.Timer
Other instance functions[edit]
AddPRI[edit]
AddReplicatedActor[edit]
DumpReplicants[edit]
EndVote[edit]
FindReplicatedActorIndex[edit]
GetCarriedObjectState[edit]
GetPRIArray[edit]
GetReplicatedActorTeam[edit]
GetTeamInfo[edit]
KickRequest[edit]
RemovePRI[edit]
RemoveReplicatedActor[edit]
Reset[edit]
Overrides: Actor.Reset