C# Class Gurpenator.Advantage

Inheritance: GurpsProperty
Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
costFormula Formula

Public Methods

Method Description
Advantage ( ParsedThing parsedThing, Formula costFormula ) : System
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
usedNames ( ) : IEnumerable

Method Details

Advantage() public method

public Advantage ( ParsedThing parsedThing, Formula costFormula ) : System
parsedThing ParsedThing
costFormula Formula
return System

checkFormula() public method

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
return void

usedNames() public method

public usedNames ( ) : IEnumerable
return IEnumerable

Property Details

costFormula public property

public Formula,Gurpenator costFormula
return Formula