Class: RPG::Actor

Inherits:
BaseItem show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

角色的数据类

Instance Attribute Summary collapse

Attributes inherited from BaseItem

#description, #features, #icon_index, #id, #name, #note

Instance Attribute Details

#character_indexObject

Returns the value of attribute character_index.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def character_index
  @character_index
end

#character_nameObject

Returns the value of attribute character_name.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def character_name
  @character_name
end

#class_idObject

Returns the value of attribute class_id.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def class_id
  @class_id
end

#equipsObject

Returns the value of attribute equips.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def equips
  @equips
end

#face_indexObject

Returns the value of attribute face_index.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def face_index
  @face_index
end

#face_nameObject

Returns the value of attribute face_name.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def face_name
  @face_name
end

#initial_levelObject

Returns the value of attribute initial_level.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def initial_level
  @initial_level
end

#max_levelObject

Returns the value of attribute max_level.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def max_level
  @max_level
end

#nicknameObject

Returns the value of attribute nickname.



254
255
256
# File 'lib/R3EXS/RGSS3.rb', line 254

def nickname
  @nickname
end