Class: RPG::BaseItem
- Inherits:
-
Object
- Object
- RPG::BaseItem
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
角色、职业、技能、物品、武器、护甲、敌人和状态的超类
Defined Under Namespace
Classes: Feature
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#features ⇒ Object
Returns the value of attribute features.
-
#icon_index ⇒ Object
Returns the value of attribute icon_index.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def description @description end |
#features ⇒ Object
Returns the value of attribute features.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def features @features end |
#icon_index ⇒ Object
Returns the value of attribute icon_index.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def icon_index @icon_index end |
#id ⇒ Object
Returns the value of attribute id.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def name @name end |
#note ⇒ Object
Returns the value of attribute note.
237 238 239 |
# File 'lib/R3EXS/RGSS3.rb', line 237 def note @note end |