C# 클래스 TeamManager2

Should be accessed via globals singleton Globals.Instance.Teams
파일 보기 프로젝트 열기: caffeinatedguy/Limbs

공개 프로퍼티들

프로퍼티 타입 설명
AllPlayers List
NumberOfTeams int

공개 메소드들

메소드 설명
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,

비공개 메소드들

메소드 설명
addPlayer ( string controllerAffix ) : TeamPlayer,
recreateTeams ( ) : List

메소드 상세

GetPlayerAxisName() 공개 메소드

public GetPlayerAxisName ( string axisName, PlayerId, playerId ) : string
axisName string
playerId PlayerId,
리턴 string

GetTeamNumber() 공개 메소드

public GetTeamNumber ( PlayerId, playerId ) : int
playerId PlayerId,
리턴 int

ObjectiveUpdated() 공개 메소드

public ObjectiveUpdated ( string controllerAffix, ScoreType, objectiveChoosen, bool &isNewPlayer, bool &newObjective ) : TeamPlayer,
controllerAffix string
objectiveChoosen ScoreType,
isNewPlayer bool
newObjective bool
리턴 TeamPlayer,

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : Team,
i int
리턴 Team,

프로퍼티 상세

AllPlayers 공개적으로 프로퍼티

public List AllPlayers
리턴 List

NumberOfTeams 공개적으로 프로퍼티

public int NumberOfTeams
리턴 int