Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.TeamInfo

Extends
ReplicationInfo
Modifiers
native nativereplication

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.TeamInfo

Direct Known Subclasses:

UnrealTeamInfo

Variables Summary
colorAltTeamColor
stringColorNames[4]
ActorHomeBase
floatScore
intSize
colorTeamColor
intTeamIndex
stringTeamName
TeamInfo
class<Pawn>DefaultPlayerClass
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
functionbool AddToTeam (Controller Other ))
functionbool BelongsOnTeam (class<Pawn> PawnClass))
function GetAllCharacters (out array<string> Chars)
functionstring GetHumanReadableName ()))
function RemoveFromTeam (Controller Other))
function SetCharacters (array<string> Chars)
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

AltTeamColor Source code

var color AltTeamColor;

ColorNames[4] Source code

var localized string ColorNames[4];

HomeBase Source code

var Actor HomeBase;

Score Source code

var float Score;

Size Source code

var int Size;

TeamColor Source code

var color TeamColor;

TeamIndex Source code

var int TeamIndex;

TeamName Source code

var localized string TeamName;

TeamInfo

DefaultPlayerClass Source code

var(TeamInfo) class<Pawn> DefaultPlayerClass;


Functions Detail

AddToTeam Source code

function bool AddToTeam ( Controller Other ) )

BelongsOnTeam Source code

function bool BelongsOnTeam ( class<Pawn> PawnClass) )

GetAllCharacters Source code

static function GetAllCharacters ( out array<string> Chars )

GetHumanReadableName Source code

simulated function string GetHumanReadableName ( ) )

RemoveFromTeam Source code

function RemoveFromTeam ( Controller Other) )

SetCharacters Source code

static function SetCharacters ( array<string> Chars )


Defaultproperties

defaultproperties
{
	NetUpdateFrequency=2
	TeamName="Team"
	TeamColor=(R=255,G=0,B=0,A=255)
	AltTeamColor=(R=200,G=0,B=0,A=255)
	ColorNames(0)="Red"
	ColorNames(1)="Blue"
	ColorNames(2)="Green"
	ColorNames(3)="Gold"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:24.574 - Created with UnCodeX