C# 클래스 Gurpenator.EvaluationContext

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

공개 메소드들

메소드 설명
EvaluationContext ( GurpsCharacter character, PurchasedProperty purchasedProperty, int levelValue = int.MinValue ) : System
evalBoolean ( string name ) : bool
evalInt ( string name ) : int

메소드 상세

EvaluationContext() 공개 메소드

public EvaluationContext ( GurpsCharacter character, PurchasedProperty purchasedProperty, int levelValue = int.MinValue ) : System
character GurpsCharacter
purchasedProperty PurchasedProperty
levelValue int
리턴 System

evalBoolean() 공개 메소드

public evalBoolean ( string name ) : bool
name string
리턴 bool

evalInt() 공개 메소드

public evalInt ( string name ) : int
name string
리턴 int