Class: RPG::Class
- Defined in:
- lib/eidolon/rgss/rpg/class.rb,
lib/eidolon/rgss2/rpg/class.rb,
lib/eidolon/rgss3/rpg/class.rb,
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).
Class
The data class for a class (as used by an actor).
Defined Under Namespace
Classes: Learning
Instance Attribute Summary collapse
-
#armor_set ⇒ Object
Returns the value of attribute armor_set.
-
#element_ranks ⇒ Object
Returns the value of attribute element_ranks.
-
#exp_params ⇒ Object
Returns the value of attribute exp_params.
-
#id ⇒ Object
Returns the value of attribute id.
-
#learnings ⇒ Object
Returns the value of attribute learnings.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
-
#position ⇒ Object
Returns the value of attribute position.
-
#skill_name ⇒ Object
Returns the value of attribute skill_name.
-
#skill_name_valid ⇒ Object
Returns the value of attribute skill_name_valid.
-
#state_ranks ⇒ Object
Returns the value of attribute state_ranks.
-
#weapon_set ⇒ Object
Returns the value of attribute weapon_set.
Attributes inherited from BaseItem
#description, #features, #icon_index, #note
Instance Attribute Details
#armor_set ⇒ Object
Returns the value of attribute armor_set.
12 13 14 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 12 def armor_set @armor_set end |
#element_ranks ⇒ Object
Returns the value of attribute element_ranks.
13 14 15 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 13 def element_ranks @element_ranks end |
#exp_params ⇒ Object
Returns the value of attribute exp_params.
10 11 12 |
# File 'lib/eidolon/rgss3/rpg/class.rb', line 10 def exp_params @exp_params end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 8 def id @id end |
#learnings ⇒ Object
Returns the value of attribute learnings.
15 16 17 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 15 def learnings @learnings end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 9 def name @name end |
#params ⇒ Object
Returns the value of attribute params.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/class.rb', line 11 def params @params end |
#position ⇒ Object
Returns the value of attribute position.
10 11 12 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 10 def position @position end |
#skill_name ⇒ Object
Returns the value of attribute skill_name.
17 18 19 |
# File 'lib/eidolon/rgss2/rpg/class.rb', line 17 def skill_name @skill_name end |
#skill_name_valid ⇒ Object
Returns the value of attribute skill_name_valid.
16 17 18 |
# File 'lib/eidolon/rgss2/rpg/class.rb', line 16 def skill_name_valid @skill_name_valid end |
#state_ranks ⇒ Object
Returns the value of attribute state_ranks.
14 15 16 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 14 def state_ranks @state_ranks end |
#weapon_set ⇒ Object
Returns the value of attribute weapon_set.
11 12 13 |
# File 'lib/eidolon/rgss/rpg/class.rb', line 11 def weapon_set @weapon_set end |