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:

U2TeamInfo

Variables Summary
colorAltTeamColor
stringDefaultPlayerClassName
ActorFlag
floatScore
intSize
colorTeamColor
textureTeamIcon
intTeamIndex
stringTeamName

Functions Summary
functionbool AddToTeam (Controller Other ))
functionbool BelongsOnTeam (class<Pawn> PawnClass))
functionstring GetHumanReadableName ()))
function RemoveFromTeam (Controller Other))
event Replication ()))


Variables Detail

AltTeamColor Source code

var color AltTeamColor;

DefaultPlayerClassName Source code

var string DefaultPlayerClassName;

Flag Source code

var Actor Flag;

Score Source code

var float Score;

Size Source code

var int Size;

TeamColor Source code

var color TeamColor;

TeamIcon Source code

var texture TeamIcon;

TeamIndex Source code

var int TeamIndex;

TeamName Source code

var string TeamName;


Functions Detail

AddToTeam Source code

function bool AddToTeam ( Controller Other ) )

BelongsOnTeam Source code

function bool BelongsOnTeam ( class<Pawn> PawnClass) )

GetHumanReadableName Source code

simulated function string GetHumanReadableName ( ) )

RemoveFromTeam Source code

function RemoveFromTeam ( Controller Other) )

Replication Source code

event Replication ( ) )


Defaultproperties

defaultproperties
{
	TeamColor=(R=255,A=255)
	AltTeamColor=(R=200,A=255)
	TeamIcon=Texture'Engine.S_Actor'
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.068 - Created with UnCodeX