C# Class DRObjects.ActorHandling.SkillsAndAttributes

Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Méthodes publiques

Свойство Type Description
Skills ActorSkill>.Dictionary

Méthodes publiques

Méthode 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 méthode

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

IncreaseSkill() public méthode

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

SkillsAndAttributes() public méthode

public SkillsAndAttributes ( ) : System
Résultat System

Property Details

Skills public_oe property

public Dictionary Skills
Résultat ActorSkill>.Dictionary