Class: RPG::Actor
Overview
角色的数据类
Instance Attribute Summary collapse
-
#character_index ⇒ Object
Returns the value of attribute character_index.
-
#character_name ⇒ Object
Returns the value of attribute character_name.
-
#class_id ⇒ Object
Returns the value of attribute class_id.
-
#equips ⇒ Object
Returns the value of attribute equips.
-
#face_index ⇒ Object
Returns the value of attribute face_index.
-
#face_name ⇒ Object
Returns the value of attribute face_name.
-
#initial_level ⇒ Object
Returns the value of attribute initial_level.
-
#max_level ⇒ Object
Returns the value of attribute max_level.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#character_index ⇒ Object
Returns the value of attribute character_index.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def character_name @character_name end |
#class_id ⇒ Object
Returns the value of attribute class_id.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def class_id @class_id end |
#equips ⇒ Object
Returns the value of attribute equips.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def equips @equips end |
#face_index ⇒ Object
Returns the value of attribute face_index.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def face_index @face_index end |
#face_name ⇒ Object
Returns the value of attribute face_name.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def face_name @face_name end |
#initial_level ⇒ Object
Returns the value of attribute initial_level.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def initial_level @initial_level end |
#max_level ⇒ Object
Returns the value of attribute max_level.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def max_level @max_level end |
#nickname ⇒ Object
Returns the value of attribute nickname.
254 255 256 |
# File 'lib/R3EXS/RGSS3.rb', line 254 def nickname @nickname end |