I'm a doctor, not a mechanic

UE2:TeamInfo (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Info >> ReplicationInfo >> TeamInfo
Package: 
Engine
Direct subclass:
U2TeamInfo
This class in other games:
RTNP, U1, UT, UT2003, UE2Runtime, U2, UT2004, UT3, UDK

TeamInfo.

Properties[edit]

AltTeamColor[edit]

Type: Object.Color


Default value:

Member Value
A 255
R 200

DefaultPlayerClassName[edit]

Type: string


Flag[edit]

Type: Actor

key objective associated with this team

Score[edit]

Type: float


Size[edit]

Type: int

number of players on this team in the level

TeamColor[edit]

Type: Object.Color


Default value:

Member Value
A 255
R 255

TeamIcon[edit]

Type: Texture


Default value: Texture'Engine.S_Actor'

TeamIndex[edit]

Type: int


TeamName[edit]

Type: string


Functions[edit]

Events[edit]

Replication[edit]

event Replication ()

Overrides: Actor.Replication


Other instance functions[edit]

AddToTeam[edit]

function bool AddToTeam (Controller Other)


BelongsOnTeam[edit]

function bool BelongsOnTeam (class<PawnPawnClass)


GetHumanReadableName[edit]

simulated function string GetHumanReadableName ()

Overrides: Actor.GetHumanReadableName


RemoveFromTeam[edit]

function RemoveFromTeam (Controller Other)