C# 클래스 Arbiter, SRPGCK

상속: MonoBehaviour
파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
formulae Formulae,

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddTeam ( Team, t ) : void
EditorGetTeam ( int team ) : Team,
EditorGetTeamCount ( ) : int
EditorGetTeams ( ) : Team[],
GetParam ( int team, string pname, float fallback = float.NaN, SkillDef, parentCtx = null ) : float
GetTeam ( int team ) : Team,
HasParam ( int team, string pname ) : bool
IsAITeam ( int teamID ) : bool
IsAllyOf ( int teamA, int teamB ) : bool
IsEnemyOf ( int teamA, int teamB ) : bool
IsLocalTeam ( int teamID ) : bool
IsNetworkTeam ( int teamID ) : bool
IsNeutralTo ( int teamA, int teamB ) : bool
SetParam ( int team, string pname, Formula, f ) : void
SetParam ( int team, string pname, float value ) : void

메소드 상세

AddTeam() 공개 메소드

public AddTeam ( Team, t ) : void
t Team,
리턴 void

EditorGetTeam() 공개 메소드

public EditorGetTeam ( int team ) : Team,
team int
리턴 Team,

EditorGetTeamCount() 공개 메소드

public EditorGetTeamCount ( ) : int
리턴 int

EditorGetTeams() 공개 메소드

public EditorGetTeams ( ) : Team[],
리턴 Team[],

GetParam() 공개 메소드

public GetParam ( int team, string pname, float fallback = float.NaN, SkillDef, parentCtx = null ) : float
team int
pname string
fallback float
parentCtx SkillDef,
리턴 float

GetTeam() 공개 메소드

public GetTeam ( int team ) : Team,
team int
리턴 Team,

HasParam() 공개 메소드

public HasParam ( int team, string pname ) : bool
team int
pname string
리턴 bool

IsAITeam() 공개 메소드

public IsAITeam ( int teamID ) : bool
teamID int
리턴 bool

IsAllyOf() 공개 메소드

public IsAllyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
리턴 bool

IsEnemyOf() 공개 메소드

public IsEnemyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
리턴 bool

IsLocalTeam() 공개 메소드

public IsLocalTeam ( int teamID ) : bool
teamID int
리턴 bool

IsNetworkTeam() 공개 메소드

public IsNetworkTeam ( int teamID ) : bool
teamID int
리턴 bool

IsNeutralTo() 공개 메소드

public IsNeutralTo ( int teamA, int teamB ) : bool
teamA int
teamB int
리턴 bool

SetParam() 공개 메소드

public SetParam ( int team, string pname, Formula, f ) : void
team int
pname string
f Formula,
리턴 void

SetParam() 공개 메소드

public SetParam ( int team, string pname, float value ) : void
team int
pname string
value float
리턴 void

프로퍼티 상세

formulae 공개적으로 프로퍼티

public Formulae, formulae
리턴 Formulae,