C# Class Formulae, SRPGCK

Inheritance: UnityEngine.ScriptableObject
Datei anzeigen Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
formulae List

Public Methods

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

Protected Methods

Method Description
CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool
LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float

Method Details

AddFormula() public method

public AddFormula ( Formula, f, string name ) : void
f Formula,
name string
return void

CanLookup() public method

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

CanLookupEquipmentParamOn() protected method

protected CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool
fname string
type LookupType
ccontext Character,
f Formula,
return bool

HasFormula() public method

public HasFormula ( string fname ) : bool
fname string
return bool

Lookup() public method

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

LookupEquipmentParamOn() protected method

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

LookupFormula() public method

public LookupFormula ( string fname ) : Formula,
fname string
return Formula,

MakeFormulaeIfNecessary() public method

public MakeFormulaeIfNecessary ( ) : void
return void

RemoveFormula() public method

public RemoveFormula ( int i ) : void
i int
return void

RemoveFormula() public method

public RemoveFormula ( string name ) : void
name string
return void

Property Details

formulae public_oe property

public List formulae
return List