My program doesn't have bugs. It just develops random features.
UE1:TournamentGameReplicationInfo (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo >> TournamentGameReplicationInfo |
Contents
- 1 Properties
- 1.1 AttackString
- 1.2 BestFPHs
- 1.3 BestPlayers
- 1.4 BestRecordDate
- 1.5 CommanderString
- 1.6 DefendString
- 1.7 FragLimit
- 1.8 FreelanceString
- 1.9 GoalTeamScore
- 1.10 HoldString
- 1.11 HumanString
- 1.12 SupportString
- 1.13 SupportStringTrailer
- 1.14 Teams
- 1.15 TimeLimit
- 1.16 TotalDeaths
- 1.17 TotalFlags
- 1.18 TotalFrags
- 1.19 TotalGames
- 2 Functions
- Package:
- BotPack
- Direct subclass:
- CTFReplicationInfo
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. |
TournamentGameReplicationInfo.
Properties
AttackString
Type: string
Modifiers: localized
Default value: "attacking"
BestFPHs
Type: int
Array size: 3
BestPlayers
Type: string
Array size: 3
BestRecordDate
Type: string
Array size: 3
CommanderString
Type: string
Modifiers: localized
Default value: "*Commander*"
DefendString
Type: string
Modifiers: localized
Default value: "defending"
FragLimit
Type: int
FreelanceString
Type: string
Modifiers: localized
Default value: "freelancing"
GoalTeamScore
Type: int
HoldString
Type: string
Modifiers: localized
Default value: "holding"
HumanString
Type: string
Modifiers: localized
Default value: "*Human*"
SupportString
Type: string
Modifiers: localized
Default value: "supporting"
SupportStringTrailer
Type: string
Modifiers: localized
Teams
Type: TeamInfo
Array size: 4
TimeLimit
Type: int
TotalDeaths
Type: int
TotalFlags
Type: int
TotalFrags
Type: int
TotalGames
Type: int
Functions
Events
PostBeginPlay
simulated event PostBeginPlay ()
Overrides: GameReplicationInfo.PostBeginPlay
Other instance functions
GetOrderString
simulated function string GetOrderString (PlayerReplicationInfo PRI)