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:

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 ()))
functioncolor GetHUDColor ()))
functionstring GetHumanReadableName ()))
functionbyte GetTeamNum ()
functioncolor GetTextColor ()))
function RemoveFromTeam (Controller Other))
event ReplicatedEvent (name VarName))


Variables Detail

Score Source code

var databinding float Score;

Size Source code

var databinding int Size;

TeamColor Source code

var databinding color TeamColor;

TeamIndex Source code

var databinding repnotify int TeamIndex;

TeamName Source code

var databinding localized string TeamName;


Functions Detail

AddToTeam Source code

function bool AddToTeam ( Controller Other ) )

Destroyed Source code

simulated event Destroyed ( ) )

GetHUDColor Source code

simulated function color GetHUDColor ( ) )

GetHumanReadableName Source code

simulated function string GetHumanReadableName ( ) )

GetTeamNum Source code

simulated native function byte GetTeamNum ( )

GetTextColor Source code

function color GetTextColor ( ) )

RemoveFromTeam Source code

function RemoveFromTeam ( Controller Other) )

ReplicatedEvent Source code

simulated event ReplicatedEvent ( name VarName) )


Defaultproperties

defaultproperties
{
   TeamName="Team"
   TeamIndex=-1
   TeamColor=(B=64,G=64,R=255,A=255)
   TickGroup=TG_DuringAsyncWork
   NetUpdateFrequency=2.000000
   Name="Default__TeamInfo"
   ObjectArchetype=ReplicationInfo'Engine.Default__ReplicationInfo'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:44.933 - Created with UnCodeX