Class: RPG::UsableItem::Effect
- Inherits:
-
Object
- Object
- RPG::UsableItem::Effect
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
使用效果的数据类
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.
303 304 305 |
# File 'lib/R3EXS/RGSS3.rb', line 303 def code @code end |
#data_id ⇒ Object
Returns the value of attribute data_id.
303 304 305 |
# File 'lib/R3EXS/RGSS3.rb', line 303 def data_id @data_id end |
#value1 ⇒ Object
Returns the value of attribute value1.
303 304 305 |
# File 'lib/R3EXS/RGSS3.rb', line 303 def value1 @value1 end |
#value2 ⇒ Object
Returns the value of attribute value2.
303 304 305 |
# File 'lib/R3EXS/RGSS3.rb', line 303 def value2 @value2 end |