Class: Studio::TechLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::TechLearnableMove
- Defined in:
- docs/3_Studio.rb
Overview
Data class decribing a move that can be teached using a TechItem
Instance Attribute Summary
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#tech_learnable? ⇒ Boolean
Test if the move is learnable by tech item.
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
840 841 |
# File 'docs/3_Studio.rb', line 840 def tech_learnable? end |