Module: GamePlay::MoveReminderMixin

Included in:
Move_Reminder
Defined in:
scripts/01450 Systems/00302 MoveReminder/00003 GamePlay/00001 MoveReminderMixin.rb

Overview

Module defining the IO of the move reminder scene so user know what to expect

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#return_dataBoolean

Tell if a move was learnt or not

Returns:

  • (Boolean)


6
7
8
# File 'scripts/01450 Systems/00302 MoveReminder/00003 GamePlay/00001 MoveReminderMixin.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

Returns:

  • (Boolean)


10
11
12
# File 'scripts/01450 Systems/00302 MoveReminder/00003 GamePlay/00001 MoveReminderMixin.rb', line 10

def reminded_move?
  @return_data
end