Property | Type | Description | |
---|---|---|---|
formulae | List |
Method | Description | |
---|---|---|
AddFormula ( Formula, f, string name ) : void | ||
CanLookup ( string fname, LookupType type, SkillDef, scontext = null, Character, ccontext = null, Character, tcontext = null, Equipment, econtext = null, Item, icontext = null, Formula, f = null ) : bool | ||
HasFormula ( string fname ) : bool | ||
Lookup ( string fname, LookupType type, SkillDef, scontext = null, Character, ccontext = null, Character, tcontext = null, Equipment, econtext = null, Item, icontext = null, Formula, f = null ) : float | ||
LookupFormula ( string fname ) : Formula, | ||
MakeFormulaeIfNecessary ( ) : void | ||
RemoveFormula ( int i ) : void | ||
RemoveFormula ( string name ) : void |
Method | Description | |
---|---|---|
CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool | ||
LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float |
public AddFormula ( Formula, f, string name ) : void | ||
f | Formula, | |
name | string | |
return | void |
public CanLookup ( string fname, LookupType type, SkillDef, scontext = null, Character, ccontext = null, Character, tcontext = null, Equipment, econtext = null, Item, icontext = null, Formula, f = null ) : bool | ||
fname | string | |
type | LookupType | |
scontext | SkillDef, | |
ccontext | Character, | |
tcontext | Character, | |
econtext | Equipment, | |
icontext | Item, | |
f | Formula, | |
return | bool |
protected CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool | ||
fname | string | |
type | LookupType | |
ccontext | Character, | |
f | Formula, | |
return | bool |
public Lookup ( string fname, LookupType type, SkillDef, scontext = null, Character, ccontext = null, Character, tcontext = null, Equipment, econtext = null, Item, icontext = null, Formula, f = null ) : float | ||
fname | string | |
type | LookupType | |
scontext | SkillDef, | |
ccontext | Character, | |
tcontext | Character, | |
econtext | Equipment, | |
icontext | Item, | |
f | Formula, | |
return | float |
protected LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float | ||
fname | string | |
type | LookupType | |
ccontext | Character, | |
f | Formula, | |
scontext | SkillDef, | |
return | float |
public LookupFormula ( string fname ) : Formula, | ||
fname | string | |
return | Formula, |