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

Inheritance: InventoryItem
ファイルを表示 Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

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

Method Details

CombatManual() public method

public CombatManual ( SpecialAttack attack ) : System
attack DRObjects.ActorHandling.SpecialAttacks.SpecialAttack
return System

GetPossibleActions() public method

public GetPossibleActions ( Actor actor ) : ActionType[]
actor Actor
return ActionType[]

PerformAction() public method

public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]
actionType ActionType
actor Actor
args object
return ActionFeedback[]