Class: RPG::MoveCommand
- Inherits:
-
Object
- Object
- RPG::MoveCommand
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
移动路线指令的数据类
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
231 232 233 |
# File 'lib/R3EXS/RGSS3.rb', line 231 def code @code end |
#parameters ⇒ Object
Returns the value of attribute parameters.
231 232 233 |
# File 'lib/R3EXS/RGSS3.rb', line 231 def parameters @parameters end |