I'm a doctor, not a mechanic
UE2:UnrealTeamInfo (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UnrealTeamInfo |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddNamedBot
- 2.2 AddRandomPlayer
- 2.3 AddToTeam
- 2.4 AllBotsSpawned
- 2.5 AlreadyExistsEntry
- 2.6 BelongsOnTeam
- 2.7 ChooseBotClass
- 2.8 FillPlayerTeam
- 2.9 GetNamedBot
- 2.10 GetNextBot
- 2.11 GetRandomPlayer
- 2.12 Initialize
- 2.13 NeedsBotMoreThan
- 2.14 NextLoadOut
- 2.15 OverrideInitialBots
- 2.16 RemoveFromTeam
- 2.17 Reset
- 2.18 SetBotOrders
- Package:
- UnrealGame
- Direct subclasses:
- DMRoster, XTeamRoster
- This class in other games:
- UT2003
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. |
UnrealTeamInfo. includes list of bots on team for multiplayer games
Properties
Property group 'UnrealTeamInfo'
AllowedTeamMembers
Type: class<UnrealPawn>
Array size: 32
DefaultRosterEntry
Type: RosterEntry
Roster
Type: array<RosterEntry>
Modifiers: export, editinline
TeamAlliance
Type: byte
Internal variables
AI
Type: TeamAI
CurrentObjectiveProgress
Type: float
If team didn't beat all the objective, keep the progress of the current one
DesiredTeamSize
Type: int
Default value: 8
HudTeamColor
Type: Object.Color
Default value:
Member | Value |
---|---|
A | 255 |
B | 255 |
G | 255 |
R | 255 |
LastObjectiveTime
Type: int
Time when last objective was disabled
ObjectivesDisabledCount
Type: int
Number of objectives disabled
RosterNames
TeamSymbolName
Type: string
Instance functions
AddNamedBot
function AddNamedBot (string BotName)
AddRandomPlayer
function AddRandomPlayer ()
AddToTeam
function bool AddToTeam (Controller Other)
Overrides: TeamInfo.AddToTeam
AllBotsSpawned
function bool AllBotsSpawned ()
AlreadyExistsEntry
BelongsOnTeam
Overrides: TeamInfo.BelongsOnTeam
ChooseBotClass
function RosterEntry ChooseBotClass (optional string botName)
FillPlayerTeam
function FillPlayerTeam (GameProfile G)
GetNamedBot
function RosterEntry GetNamedBot (string botName)
GetNextBot
function RosterEntry GetNextBot ()
GetRandomPlayer
function RosterEntry GetRandomPlayer ()
Initialize
function Initialize (int TeamBots)
NeedsBotMoreThan
function bool NeedsBotMoreThan (UnrealTeamInfo T)
NextLoadOut
OverrideInitialBots
RemoveFromTeam
function RemoveFromTeam (Controller Other)
Overrides: TeamInfo.RemoveFromTeam
Reset
function Reset ()
Overrides: Actor.Reset
SetBotOrders
function SetBotOrders (Bot NewBot, RosterEntry R)