Class: RPG::UsableItem::Effect
- Inherits:
-
Object
- Object
- RPG::UsableItem::Effect
- Defined in:
- lib/eidolon/rgss3/rpg/usable_item/effect.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
Effect
The data class for use effects.
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#data_id ⇒ Object
Returns the value of attribute data_id.
-
#value1 ⇒ Object
Returns the value of attribute value1.
-
#value2 ⇒ Object
Returns the value of attribute value2.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/usable_item/effect.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/usable_item/effect.rb', line 12 def data_id @data_id end |
#value1 ⇒ Object
Returns the value of attribute value1.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/usable_item/effect.rb', line 13 def value1 @value1 end |
#value2 ⇒ Object
Returns the value of attribute value2.
14 15 16 |
# File 'lib/eidolon/rgss3/rpg/usable_item/effect.rb', line 14 def value2 @value2 end |