- Extends
- TeamInfo
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- Engine.TeamInfo
|
+-- UnrealGame.UnrealTeamInfo
Direct Known Subclasses:
DMRoster, xTeamRoster
CurrentObjectiveProgress Source code
var float CurrentObjectiveProgress;
var int DesiredTeamSize;
var int LastObjectiveTime;
ObjectivesDisabledCount Source code
var int ObjectivesDisabledCount;
var array<string> RosterNames;
var string TeamSymbolName;
UnrealTeamInfo
AllowedTeamMembers[32] Source code
function AddNamedBot ( string BotName) )
function AddRandomPlayer ( ) )
function bool AllBotsSpawned ( ) )
function bool AlreadyExistsEntry ( string CharacterName, bool bNoRecursion) )
function
bool BelongsOnTeam (
class<
Pawn> PawnClass) )
function
RosterEntry ChooseBotClass ( optional
string botName) )
function Initialize ( int TeamBots )
simulated function
class<
Pawn> NextLoadOut (
class<
Pawn> CurrentLoadout) )
function Reset ( ) )
defaultproperties
{
DesiredTeamSize=8
HudTeamColor=(B=255,G=255,R=255,A=255)
}
|
Creation time: sk 18-3-2018 09:49:55.823 - Created with
UnCodeX