Module: GamePlay::MoveReminderMixin
- Included in:
- Move_Reminder
- Defined in:
- docs/4_Systems_302_MoveReminder.rb
Overview
Module defining the IO of the move reminder scene so user know what to expect
Instance Attribute Summary collapse
-
#return_data ⇒ Boolean
Tell if a move was learnt or not.
Instance Method Summary collapse
-
#reminded_move? ⇒ Boolean
Tell if the move reminder reminded a move or not.
Instance Attribute Details
#return_data ⇒ Boolean
Tell if a move was learnt or not
6 7 8 |
# File 'docs/4_Systems_302_MoveReminder.rb', line 6 def return_data @return_data end |
Instance Method Details
#reminded_move? ⇒ Boolean
Tell if the move reminder reminded a move or not
9 10 |
# File 'docs/4_Systems_302_MoveReminder.rb', line 9 def reminded_move? end |