Class: RPG::MoveCommand
- Inherits:
-
Object
- Object
- RPG::MoveCommand
- Defined in:
- lib/eidolon/rgssx/rpg/move_command.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
MoveCommand
The data class for move commands (as used in a MoveRoute).
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.
8 9 10 |
# File 'lib/eidolon/rgssx/rpg/move_command.rb', line 8 def code @code end |
#parameters ⇒ Object
Returns the value of attribute parameters.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/move_command.rb', line 9 def parameters @parameters end |