C# Class Gurpenator.Skill

Inheritance: AbstractSkill
Show file Open project: thejoshwolfe/Gurpenator

Public Properties

Property Type Description
formula Formula

Public Methods

Method Description
Skill ( ParsedThing parsedThing, SkillDifficulty difficulty, Formula formula ) : System
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
getBaseFormula ( ) : Formula
getDifficulty ( ) : SkillDifficulty
usedNames ( ) : IEnumerable

Method Details

Skill() public method

public Skill ( ParsedThing parsedThing, SkillDifficulty difficulty, Formula formula ) : System
parsedThing ParsedThing
difficulty SkillDifficulty
formula Formula
return System

checkFormula() public method

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

getBaseFormula() public method

public getBaseFormula ( ) : Formula
return Formula

getDifficulty() public method

public getDifficulty ( ) : SkillDifficulty
return SkillDifficulty

usedNames() public method

public usedNames ( ) : IEnumerable
return IEnumerable

Property Details

formula public property

public Formula,Gurpenator formula
return Formula