C# Class Arbiter, SRPGCK

Inheritance: MonoBehaviour
Datei anzeigen Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
formulae Formulae,

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddTeam ( Team, t ) : void
t Team,
return void

EditorGetTeam() public method

public EditorGetTeam ( int team ) : Team,
team int
return Team,

EditorGetTeamCount() public method

public EditorGetTeamCount ( ) : int
return int

EditorGetTeams() public method

public EditorGetTeams ( ) : Team[],
return Team[],

GetParam() public method

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

GetTeam() public method

public GetTeam ( int team ) : Team,
team int
return Team,

HasParam() public method

public HasParam ( int team, string pname ) : bool
team int
pname string
return bool

IsAITeam() public method

public IsAITeam ( int teamID ) : bool
teamID int
return bool

IsAllyOf() public method

public IsAllyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
return bool

IsEnemyOf() public method

public IsEnemyOf ( int teamA, int teamB ) : bool
teamA int
teamB int
return bool

IsLocalTeam() public method

public IsLocalTeam ( int teamID ) : bool
teamID int
return bool

IsNetworkTeam() public method

public IsNetworkTeam ( int teamID ) : bool
teamID int
return bool

IsNeutralTo() public method

public IsNeutralTo ( int teamA, int teamB ) : bool
teamA int
teamB int
return bool

SetParam() public method

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

SetParam() public method

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

Property Details

formulae public_oe property

public Formulae, formulae
return Formulae,