C# Class Gurpenator.EvaluationContext

Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Methods

Method Description
EvaluationContext ( GurpsCharacter character, PurchasedProperty purchasedProperty, int levelValue = int.MinValue ) : System
evalBoolean ( string name ) : bool
evalInt ( string name ) : int

Method Details

EvaluationContext() public method

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

evalBoolean() public method

public evalBoolean ( string name ) : bool
name string
return bool

evalInt() public method

public evalInt ( string name ) : int
name string
return int