C# 클래스 FormulaPiece, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
beginGroup bool
check ValueCheck
checkValue float
chooser FormulaChooser
doSum bool
endCalc bool
endGroup bool
formula int
formulaOperator FormulaOperator
getMax bool
getMin bool
isCheck bool
maxValue float
minValue float
numberVariableKey string
randomFormula bool
randomMax float
randomMaxFormula int
randomMin float
randomMinFormula int
rounding Rounding
status int
statusOrigin StatusOrigin
useClassLevel bool
useLevel bool
useMaxValue bool
useMinValue bool
useNumberVariable bool
value float

공개 메소드들

메소드 설명
FormulaPiece ( ) : System.Collections
GetRoundedValue ( float calc ) : float
IsCheckOK ( float calc ) : bool

메소드 상세

FormulaPiece() 공개 메소드

public FormulaPiece ( ) : System.Collections
리턴 System.Collections

GetRoundedValue() 공개 메소드

public GetRoundedValue ( float calc ) : float
calc float
리턴 float

IsCheckOK() 공개 메소드

public IsCheckOK ( float calc ) : bool
calc float
리턴 bool

프로퍼티 상세

beginGroup 공개적으로 프로퍼티

public bool beginGroup
리턴 bool

check 공개적으로 프로퍼티

public ValueCheck check
리턴 ValueCheck

checkValue 공개적으로 프로퍼티

public float checkValue
리턴 float

chooser 공개적으로 프로퍼티

public FormulaChooser chooser
리턴 FormulaChooser

doSum 공개적으로 프로퍼티

public bool doSum
리턴 bool

endCalc 공개적으로 프로퍼티

public bool endCalc
리턴 bool

endGroup 공개적으로 프로퍼티

public bool endGroup
리턴 bool

formula 공개적으로 프로퍼티

public int formula
리턴 int

formulaOperator 공개적으로 프로퍼티

public FormulaOperator formulaOperator
리턴 FormulaOperator

getMax 공개적으로 프로퍼티

public bool getMax
리턴 bool

getMin 공개적으로 프로퍼티

public bool getMin
리턴 bool

isCheck 공개적으로 프로퍼티

public bool isCheck
리턴 bool

maxValue 공개적으로 프로퍼티

public float maxValue
리턴 float

minValue 공개적으로 프로퍼티

public float minValue
리턴 float

numberVariableKey 공개적으로 프로퍼티

public string numberVariableKey
리턴 string

randomFormula 공개적으로 프로퍼티

public bool randomFormula
리턴 bool

randomMax 공개적으로 프로퍼티

public float randomMax
리턴 float

randomMaxFormula 공개적으로 프로퍼티

public int randomMaxFormula
리턴 int

randomMin 공개적으로 프로퍼티

public float randomMin
리턴 float

randomMinFormula 공개적으로 프로퍼티

public int randomMinFormula
리턴 int

rounding 공개적으로 프로퍼티

public Rounding rounding
리턴 Rounding

status 공개적으로 프로퍼티

public int status
리턴 int

statusOrigin 공개적으로 프로퍼티

public StatusOrigin statusOrigin
리턴 StatusOrigin

useClassLevel 공개적으로 프로퍼티

public bool useClassLevel
리턴 bool

useLevel 공개적으로 프로퍼티

public bool useLevel
리턴 bool

useMaxValue 공개적으로 프로퍼티

public bool useMaxValue
리턴 bool

useMinValue 공개적으로 프로퍼티

public bool useMinValue
리턴 bool

useNumberVariable 공개적으로 프로퍼티

public bool useNumberVariable
리턴 bool

value 공개적으로 프로퍼티

public float value
리턴 float