Gah - a solution with more questions. – EntropicLqd

UE2:TeamInfo (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Actor >> Info >> ReplicationInfo >> TeamInfo

Contents

Package: 
Engine
Direct subclass:
U2TeamInfo
This class in other games:
RTNP, U1, U2, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

TeamInfo.

[edit] Properties

[edit] AltTeamColor

Type: Object.Color


Default value:

Member Value
A 255
R 200

[edit] DefaultPlayerClassName

Type: string


[edit] Flag

Type: Actor

key objective associated with this team

[edit] Score

Type: float


[edit] Size

Type: int

number of players on this team in the level

[edit] TeamColor

Type: Object.Color


Default value:

Member Value
A 255
R 255

[edit] TeamIcon

Type: Texture


Default value: Texture'Engine.S_Actor'

[edit] TeamIndex

Type: int


[edit] TeamName

Type: string


[edit] Functions

[edit] Events

[edit] Replication

event Replication ()

Overrides: Actor.Replication


[edit] Other instance functions

[edit] AddToTeam

function bool AddToTeam (Controller Other)


[edit] BelongsOnTeam

function bool BelongsOnTeam (class<PawnPawnClass)


[edit] GetHumanReadableName

simulated function string GetHumanReadableName ()

Overrides: Actor.GetHumanReadableName


[edit] RemoveFromTeam

function RemoveFromTeam (Controller Other)