Module: GamePlay::MoveTeachingMixin

Included in:
MoveTeaching
Defined in:
scripts/01450 Systems/00301 MoveTeaching/00003 GamePlay/00001 MoveTeachingMixin.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#learntBoolean

Tell if the move was learnt or not

Returns:

  • (Boolean)


6
7
8
# File 'scripts/01450 Systems/00301 MoveTeaching/00003 GamePlay/00001 MoveTeachingMixin.rb', line 6

def learnt
  @learnt
end