Class: RPG::Class::Learning
- Inherits:
-
Object
- Object
- RPG::Class::Learning
- Defined in:
- lib/eidolon/rgss/rpg/class/learning.rb,
lib/eidolon/rgss2/rpg/class/learning.rb,
lib/eidolon/rgss3/rpg/class/learning.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
Learning
Data class for the learned skills of a class (as used by actors).
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#note ⇒ Object
Returns the value of attribute note.
-
#skill_id ⇒ Object
Returns the value of attribute skill_id.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
11 12 13 |
# File 'lib/eidolon/rgss/rpg/class/learning.rb', line 11 def level @level end |
#note ⇒ Object
Returns the value of attribute note.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/class/learning.rb', line 13 def note @note end |
#skill_id ⇒ Object
Returns the value of attribute skill_id.
12 13 14 |
# File 'lib/eidolon/rgss/rpg/class/learning.rb', line 12 def skill_id @skill_id end |