C# Class DRObjects.ActorHandling.SkillsAndAttributes

Datei anzeigen Open project: Haedrian/Divine-Right Class Usage Examples

Public Properties

Property Type Description
Skills ActorSkill>.Dictionary

Public Methods

Method Description
GetSkill ( SkillName name ) : int

Gets the total integer amount of skill points

IncreaseSkill ( SkillName name ) : void

Increases skill in a particular skill, or creates a new one if there is no such skill

SkillsAndAttributes ( ) : System

Method Details

GetSkill() public method

Gets the total integer amount of skill points
public GetSkill ( SkillName name ) : int
name SkillName
return int

IncreaseSkill() public method

Increases skill in a particular skill, or creates a new one if there is no such skill
public IncreaseSkill ( SkillName name ) : void
name SkillName
return void

SkillsAndAttributes() public method

public SkillsAndAttributes ( ) : System
return System

Property Details

Skills public_oe property

public Dictionary Skills
return ActorSkill>.Dictionary