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

Engine.TeamInfo

Extends
ReplicationInfo
Modifiers
native ( ReplicationInfo ) nativereplication

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

Direct Known Subclasses:

UTTeamInfo

Variables Summary
floatScore
intSize
colorTeamColor
intTeamIndex
stringTeamName

Structures Summary
Inherited Structures from Engine.Info
KeyValuePair, PlayerResponseLine, ServerResponseLine

Functions Summary
functionbool AddToTeam (Controller Other ))
event Destroyed ()))
functionstring GetHumanReadableName ()))
functionbyte GetTeamNum ()
function RemoveFromTeam (Controller Other))
event ReplicatedEvent (name VarName))


Variables Detail

Score Source code

var float Score;

Size Source code

var int Size;

TeamColor Source code

var color TeamColor;

TeamIndex Source code

var repnotify int TeamIndex;

TeamName Source code

var localized string TeamName;


Functions Detail

AddToTeam Source code

function bool AddToTeam ( Controller Other ) )

Destroyed Source code

simulated event Destroyed ( ) )

GetHumanReadableName Source code

simulated function string GetHumanReadableName ( ) )

GetTeamNum Source code

simulated native function byte GetTeamNum ( )

RemoveFromTeam Source code

function RemoveFromTeam ( Controller Other) )

ReplicatedEvent Source code

simulated event ReplicatedEvent ( name VarName) )


Defaultproperties

defaultproperties
{
	TickGroup=TG_DuringAsyncWork

	TeamIndex=-1					
	NetUpdateFrequency=2
	TeamColor=(r=255,g=64,b=64,a=255)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:57.754 - Created with UnCodeX