C# Class Gurpenator.EvaluationContext

Afficher le fichier Open project: thejoshwolfe/Gurpenator Class Usage Examples

Méthodes publiques

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

Method Details

EvaluationContext() public méthode

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

evalBoolean() public méthode

public evalBoolean ( string name ) : bool
name string
Résultat bool

evalInt() public méthode

public evalInt ( string name ) : int
name string
Résultat int