C# Класс Formulae, SRPGCK

Наследование: UnityEngine.ScriptableObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
formulae List

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool
LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float

Описание методов

AddFormula() публичный Метод

public AddFormula ( Formula, f, string name ) : void
f Formula,
name string
Результат void

CanLookup() публичный Метод

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,
Результат bool

CanLookupEquipmentParamOn() защищенный Метод

protected CanLookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f ) : bool
fname string
type LookupType
ccontext Character,
f Formula,
Результат bool

HasFormula() публичный Метод

public HasFormula ( string fname ) : bool
fname string
Результат bool

Lookup() публичный Метод

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,
Результат float

LookupEquipmentParamOn() защищенный Метод

protected LookupEquipmentParamOn ( string fname, LookupType type, Character, ccontext, Formula, f, SkillDef, scontext ) : float
fname string
type LookupType
ccontext Character,
f Formula,
scontext SkillDef,
Результат float

LookupFormula() публичный Метод

public LookupFormula ( string fname ) : Formula,
fname string
Результат Formula,

MakeFormulaeIfNecessary() публичный Метод

public MakeFormulaeIfNecessary ( ) : void
Результат void

RemoveFormula() публичный Метод

public RemoveFormula ( int i ) : void
i int
Результат void

RemoveFormula() публичный Метод

public RemoveFormula ( string name ) : void
name string
Результат void

Описание свойств

formulae публичное свойство

public List formulae
Результат List