Class: RPG::BaseItem::Feature
- Inherits:
-
Object
- Object
- RPG::BaseItem::Feature
- Defined in:
- lib/eidolon/rgss3/rpg/base_item/feature.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
Feature
The data class for features.
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#data_id ⇒ Object
Returns the value of attribute data_id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 11 def code @code end |
#data_id ⇒ Object
Returns the value of attribute data_id.
12 13 14 |
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 12 def data_id @data_id end |
#value ⇒ Object
Returns the value of attribute value.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 13 def value @value end |