C# Class Gurpenator.AttributeFunction

Inheritance: GurpsProperty
Show file Open project: thejoshwolfe/Gurpenator

Public Properties

Property Type Description
formula Formula

Public Methods

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

Method Details

AttributeFunction() public method

public AttributeFunction ( ParsedThing parsedThing, Formula formula ) : System
parsedThing ParsedThing
formula 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

formula public property

public Formula,Gurpenator formula
return Formula