Property | Type | Description | |
---|---|---|---|
AllPlayers | List |
||
NumberOfTeams | int |
Method | Description | |
---|---|---|
GetPlayerAxisName ( string axisName, PlayerId, playerId ) : string | ||
GetTeamNumber ( PlayerId, playerId ) : int | ||
ObjectiveUpdated ( string controllerAffix, ScoreType, objectiveChoosen, bool &isNewPlayer, bool &newObjective ) : TeamPlayer, | ||
Reset ( ) : void | ||
this ( int i ) : Team, |
Method | Description | |
---|---|---|
addPlayer ( string controllerAffix ) : TeamPlayer, | ||
recreateTeams ( ) : List |
public GetPlayerAxisName ( string axisName, PlayerId, playerId ) : string | ||
axisName | string | |
playerId | PlayerId, | |
return | string |
public GetTeamNumber ( PlayerId, playerId ) : int | ||
playerId | PlayerId, | |
return | int |
public ObjectiveUpdated ( string controllerAffix, ScoreType, objectiveChoosen, bool &isNewPlayer, bool &newObjective ) : TeamPlayer, | ||
controllerAffix | string | |
objectiveChoosen | ScoreType, | |
isNewPlayer | bool | |
newObjective | bool | |
return | TeamPlayer, |