Class: RPG::Class::Learning

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#levelObject

Returns the value of attribute level.



11
12
13
# File 'lib/eidolon/rgss/rpg/class/learning.rb', line 11

def level
  @level
end

#noteObject

Returns the value of attribute note.



13
14
15
# File 'lib/eidolon/rgss3/rpg/class/learning.rb', line 13

def note
  @note
end

#skill_idObject

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