C# Class DRObjects.Items.Archetypes.Local.CombatManual

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

Méthodes publiques

Méthode Description
CombatManual ( SpecialAttack attack ) : System
GetPossibleActions ( Actor actor ) : ActionType[]
PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]

Method Details

CombatManual() public méthode

public CombatManual ( SpecialAttack attack ) : System
attack DRObjects.ActorHandling.SpecialAttacks.SpecialAttack
Résultat System

GetPossibleActions() public méthode

public GetPossibleActions ( Actor actor ) : ActionType[]
actor Actor
Résultat ActionType[]

PerformAction() public méthode

public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]
actionType ActionType
actor Actor
args object
Résultat ActionFeedback[]