C# Class Arbiter, SRPGCK

Inheritance: MonoBehaviour
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
formulae Formulae,

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddTeam() public méthode

public AddTeam ( Team, t ) : void
t Team,
Résultat void

EditorGetTeam() public méthode

public EditorGetTeam ( int team ) : Team,
team int
Résultat Team,

EditorGetTeamCount() public méthode

public EditorGetTeamCount ( ) : int
Résultat int

EditorGetTeams() public méthode

public EditorGetTeams ( ) : Team[],
Résultat Team[],

GetParam() public méthode

public GetParam ( int team, string pname, float fallback = float.NaN, SkillDef, parentCtx = null ) : float
team int
pname string
fallback float
parentCtx SkillDef,
Résultat float

GetTeam() public méthode

public GetTeam ( int team ) : Team,
team int
Résultat Team,

HasParam() public méthode

public HasParam ( int team, string pname ) : bool
team int
pname string
Résultat bool

IsAITeam() public méthode

public IsAITeam ( int teamID ) : bool
teamID int
Résultat bool

IsAllyOf() public méthode

public IsAllyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
Résultat bool

IsEnemyOf() public méthode

public IsEnemyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
Résultat bool

IsLocalTeam() public méthode

public IsLocalTeam ( int teamID ) : bool
teamID int
Résultat bool

IsNetworkTeam() public méthode

public IsNetworkTeam ( int teamID ) : bool
teamID int
Résultat bool

IsNeutralTo() public méthode

public IsNeutralTo ( int teamA, int teamB ) : bool
teamA int
teamB int
Résultat bool

SetParam() public méthode

public SetParam ( int team, string pname, Formula, f ) : void
team int
pname string
f Formula,
Résultat void

SetParam() public méthode

public SetParam ( int team, string pname, float value ) : void
team int
pname string
value float
Résultat void

Property Details

formulae public_oe property

public Formulae, formulae
Résultat Formulae,