Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.ReplicationInfo | +-- Engine.TeamInfo
UnrealTeamInfo
Variables Summary | |
---|---|
color | AltTeamColor |
string | ColorNames[4] |
Actor | HomeBase |
float | Score |
int | Size |
color | TeamColor |
int | TeamIndex |
string | TeamName |
TeamInfo | |
class<Pawn> | DefaultPlayerClass |
Inherited Variables from Engine.Info |
---|
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup |
Functions Summary | ||
---|---|---|
bool | AddToTeam (Controller Other )) | |
bool | BelongsOnTeam (class<Pawn> PawnClass)) | |
GetAllCharacters (out array<string> Chars) | ||
string | GetHumanReadableName ())) | |
RemoveFromTeam (Controller Other)) | ||
SetCharacters (array<string> Chars) |
Inherited Functions from Engine.Info |
---|
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel |
Variables Detail |
---|
Functions Detail |
---|
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 | UnrealScript Documentation |
previous class next class | frames no frames |