Class: RPG::EventCommand
- Inherits:
-
Object
- Object
- RPG::EventCommand
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
事件指令的数据类
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
216 217 218 |
# File 'lib/R3EXS/RGSS3.rb', line 216 def code @code end |
#indent ⇒ Object
Returns the value of attribute indent.
216 217 218 |
# File 'lib/R3EXS/RGSS3.rb', line 216 def indent @indent end |
#parameters ⇒ Object
Returns the value of attribute parameters.
216 217 218 |
# File 'lib/R3EXS/RGSS3.rb', line 216 def parameters @parameters end |