- Extends
- ReplicationInfo
- Modifiers
- native nativereplication
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- Engine.TeamInfo
Direct Known Subclasses:
UnrealTeamInfo
var localized string ColorNames[4];
var float Score;
var int Size;
var int TeamIndex;
var localized string TeamName;
TeamInfo
function bool BelongsOnTeam (
class<
Pawn> PawnClass )
static function GetAllCharacters ( out array<string> Chars )
simulated function string GetHumanReadableName ( )
static function SetCharacters ( array<string> Chars )
defaultproperties
{
TeamName="Team"
TeamColor=(R=255,A=255)
AltTeamColor=(R=200,A=255)
ColorNames(0)="Red"
ColorNames(1)="Blue"
ColorNames(2)="Green"
ColorNames(3)="Gold"
NetUpdateFrequency=2.000000
}
|
Creation time: Wed 7/2/2007 19:16:19.750 - Created with
UnCodeX