C# Class Formulae, SRPGCK

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
formulae List

Méthodes publiques

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

Méthodes protégées

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

public AddFormula ( Formula, f, string name ) : void
f Formula,
name string
Résultat void

CanLookup() public méthode

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,
Résultat bool

CanLookupEquipmentParamOn() protected méthode

protected CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool
fname string
type LookupType
ccontext Character,
f Formula,
Résultat bool

HasFormula() public méthode

public HasFormula ( string fname ) : bool
fname string
Résultat bool

Lookup() public méthode

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,
Résultat float

LookupEquipmentParamOn() protected méthode

protected LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float
fname string
type LookupType
ccontext Character,
f Formula,
scontext SkillDef,
Résultat float

LookupFormula() public méthode

public LookupFormula ( string fname ) : Formula,
fname string
Résultat Formula,

MakeFormulaeIfNecessary() public méthode

public MakeFormulaeIfNecessary ( ) : void
Résultat void

RemoveFormula() public méthode

public RemoveFormula ( int i ) : void
i int
Résultat void

RemoveFormula() public méthode

public RemoveFormula ( string name ) : void
name string
Résultat void

Property Details

formulae public_oe property

public List formulae
Résultat List