Module: BattleUI::TargetSelectionAbstraction
- Included in:
- TargetSelection
- Defined in:
- docs/5_Battle_01_Scene.rb
Overview
Abstraction of the Target Selection to comply with what the Visual expect
Instance Attribute Summary collapse
-
#result ⇒ Array, :cancel
The position (bank, position) of the choosen target.
Instance Method Summary collapse
-
#validated? ⇒ Boolean
If the player made a choice.
Instance Attribute Details
#result ⇒ Array, :cancel
The position (bank, position) of the choosen target
525 526 527 |
# File 'docs/5_Battle_01_Scene.rb', line 525 def result @result end |
Instance Method Details
#validated? ⇒ Boolean
If the player made a choice
528 529 |
# File 'docs/5_Battle_01_Scene.rb', line 528 def validated? end |