Class: RPG::MoveCommand

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#codeObject

Returns the value of attribute code.



8
9
10
# File 'lib/eidolon/rgssx/rpg/move_command.rb', line 8

def code
  @code
end

#parametersObject

Returns the value of attribute parameters.



9
10
11
# File 'lib/eidolon/rgssx/rpg/move_command.rb', line 9

def parameters
  @parameters
end