TeamInfo (UT)
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.
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.