UE3:UTTeamInfo (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> Info >> ReplicationInfo >> TeamInfo >> UTTeamInfo
Package:
UTGame
Direct subclass:
UTDMRoster
This class in other games:

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

AI

Type: UTTeamAI


BaseTeamColor

Type: Object.Color

Array size: 4


Default value, index 0:

Member Value
A 255
B 64
G 64
R 255

Default value, index 1:

Member Value
A 255
B 255
G 64
R 64

Default value, index 2:

Member Value
A 255
B 64
G 255
R 65

Default value, index 3:

Member Value
A 255
B 0
G 255
R 255

DesiredTeamSize

Type: int


Default value: 8

Faction

Type: string

only bot characters in this faction will be used

HomeBase

Type: UTGameObjective

key objective associated with this team

TeamColorNames

Type: string

Array size: 4

Modifiers: localized


Default value, index 0: "Red"

Default value, index 1: "Blue"

Default value, index 2: "Green"

Default value, index 3: "Gold"

TeamFlag

Type: UTCarriedObject


TeamIcon

Type: Material

Modifiers: repnotify


TeamSymbolName

Type: string


TextColor

Type: Object.Color

Array size: 4


Default value, index 0:

Member Value
A 255
B 96
G 96
R 255

Default value, index 1:

Member Value
A 255
B 255
G 128
R 128

Default value, index 2:

Member Value
A 255
B 96
G 255
R 96

Default value, index 3:

Member Value
A 255
B 96
G 255
R 255

Functions

Events

Destroyed

simulated event Destroyed ()

Overrides: TeamInfo.Destroyed


Reset

event Reset ()

Overrides: Actor.Reset


Other instance functions

AllBotsSpawned

function bool AllBotsSpawned ()


BotNameTaken

function bool BotNameTaken (string BotName)


FamilyIsMale

function bool FamilyIsMale (string FamilyID)


GetAvailableBotList

function GetAvailableBotList (out array<intAvailableBots, optional string FactionFilter, optional bool bMalesOnly)


GetBotInfo

function UTCustomChar_Data.CharacterInfo GetBotInfo (string BotName)

retrieves bot info, for the named bot if a valid name is specified, otherwise from a random bot

GetHUDColor

simulated function Object.Color GetHUDColor ()

Overrides: TeamInfo.GetHUDColor


GetHumanReadableName

simulated function string GetHumanReadableName ()

Overrides: TeamInfo.GetHumanReadableName


GetTextColor

simulated function Object.Color GetTextColor ()

Overrides: TeamInfo.GetTextColor


Initialize

function Initialize (int NewTeamIndex)

Initializes the team index and grabs any associated BotTeamRosters

NeedsBotMoreThan

function bool NeedsBotMoreThan (UTTeamInfo T)


RemoveFromTeam

function RemoveFromTeam (Controller Other)

Overrides: TeamInfo.RemoveFromTeam


SetBotOrders

function SetBotOrders (UTBot NewBot)