C# 클래스 Formulae, SRPGCK

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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