Class: Studio::TechLearnableMove

Inherits:
LearnableMove show all
Defined in:
docs/00800_Studio.rb

Overview

Data class decribing a move that can be teached using a TechItem

Instance Attribute Summary

Attributes inherited from LearnableMove

#move

Instance Method Summary collapse

Methods inherited from LearnableMove

#breed_learnable?, #evolution_learnable?, #level_learnable?, #tutor_learnable?

Instance Method Details

#tech_learnable?Boolean

Test if the move is learnable by tech item

Returns:

  • (Boolean)


820
821
# File 'docs/00800_Studio.rb', line 820

def tech_learnable?
end