C# Class Gurpenator.AbstractSkill

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

Public Properties

Property Type Description
category bool

Public Methods

Method Description
difficultyFromChar ( char c ) : SkillDifficulty
difficultyOffset ( SkillDifficulty difficulty ) : int
difficultyToString ( SkillDifficulty difficulty ) : string
getBaseFormula ( ) : Formula
getDifficulty ( ) : SkillDifficulty

Protected Methods

Method Description
AbstractSkill ( ParsedThing parsedThing ) : System

Method Details

AbstractSkill() protected method

protected AbstractSkill ( ParsedThing parsedThing ) : System
parsedThing ParsedThing
return System

difficultyFromChar() public static method

public static difficultyFromChar ( char c ) : SkillDifficulty
c char
return SkillDifficulty

difficultyOffset() public static method

public static difficultyOffset ( SkillDifficulty difficulty ) : int
difficulty SkillDifficulty
return int

difficultyToString() public static method

public static difficultyToString ( SkillDifficulty difficulty ) : string
difficulty SkillDifficulty
return string

getBaseFormula() public abstract method

public abstract getBaseFormula ( ) : Formula
return Formula

getDifficulty() public abstract method

public abstract getDifficulty ( ) : SkillDifficulty
return SkillDifficulty

Property Details

category public property

public bool category
return bool