C# Class EasyFarm.Classes.BattleAbility

An ability that should be used in battle. It represents both targeted and buffing abilities allowing the player to choose to cast abilities when a buff has worn.
Inheritance: BindableBase
Afficher le fichier Open project: EasyFarm/EasyFarm Class Usage Examples

Private Properties

Свойство Type Description
BattleAbility System

Méthodes publiques

Méthode Description
AutoFill ( ) : void

Sets the ability field.

BattleAbility ( EasyFarm.Parsing.Ability ability ) : System

Create a storing a reference to the given ability.

FindAbility ( string name ) : EasyFarm.Parsing.Ability

Locates an ability by name and prompting the user if more than one ability has been found.

Private Methods

Méthode Description
BattleAbility ( ) : System

Method Details

AutoFill() public méthode

Sets the ability field.
public AutoFill ( ) : void
Résultat void

BattleAbility() public méthode

Create a storing a reference to the given ability.
public BattleAbility ( EasyFarm.Parsing.Ability ability ) : System
ability EasyFarm.Parsing.Ability
Résultat System

FindAbility() public méthode

Locates an ability by name and prompting the user if more than one ability has been found.
public FindAbility ( string name ) : EasyFarm.Parsing.Ability
name string
Résultat EasyFarm.Parsing.Ability