Property | Type | Description | |
---|---|---|---|
formulae | Formulae, |
Property | Type | Description |
---|
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 |
public GetParam ( int team, string pname, float fallback = float.NaN, SkillDef, parentCtx = null ) : float | ||
team | int | |
pname | string | |
fallback | float | |
parentCtx | SkillDef, | |
return | float |
public HasParam ( int team, string pname ) : bool | ||
team | int | |
pname | string | |
return | bool |
public IsAllyOf ( int teamA, int teamB ) : bool | ||
teamA | int | |
teamB | int | |
return | bool |
public IsEnemyOf ( int teamA, int teamB ) : bool | ||
teamA | int | |
teamB | int | |
return | bool |
public IsNeutralTo ( int teamA, int teamB ) : bool | ||
teamA | int | |
teamB | int | |
return | bool |
public SetParam ( int team, string pname, Formula, f ) : void | ||
team | int | |
pname | string | |
f | Formula, | |
return | void |
public SetParam ( int team, string pname, float value ) : void | ||
team | int | |
pname | string | |
value | float | |
return | void |