Class: Battle::Actions::PreAttack
- Defined in:
- docs/5_Battle_05_Actions.rb
Overview
Class describing the Pre Attacks Action
Instance Method Summary collapse
-
#<=>(other) ⇒ Integer
Compare this action with another.
-
#execute
Execute the action.
-
#initialize(scene, attack_actions) ⇒ PreAttack
constructor
Create a new attack action.
Methods inherited from Base
Constructor Details
#initialize(scene, attack_actions) ⇒ PreAttack
Create a new attack action
80 81 |
# File 'docs/5_Battle_05_Actions.rb', line 80 def initialize(scene, attack_actions) end |
Instance Method Details
#<=>(other) ⇒ Integer
Compare this action with another
85 86 |
# File 'docs/5_Battle_05_Actions.rb', line 85 def <=>(other) end |
#execute
Execute the action
88 89 |
# File 'docs/5_Battle_05_Actions.rb', line 88 def execute end |