Cogito, ergo sum

Legacy:TeamInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 04:12, 28 November 2004 by Wormbo (Talk | contribs)

Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> TeamInfo (Package: UnrealShare)

This is just another class of Info that is designed to be replicated. Put to use only in team games, this actor simply keeps track of all variables that pertain to a single team in the game. Its only other significant trait is that it contains bAlwaysRelevant=True, just like any ReplicationInfo. Why this class wasn't made a subclass of ReplicationInfo is something that is unknown to this author.

See TeamInfo for the UT200x version of this class.

Properties

string TeamName 
The team's name.
int Size 
The number of players on this team.
float Score 
The team's score.
int TeamIndex 
The index of this team in the Teams array of TeamGame or TeamGamePlus.