Class: RPG::MoveCommand
Instance Attribute Summary collapse
-
#code
Returns the value of attribute code.
-
#parameters
Returns the value of attribute parameters.
Instance Method Summary collapse
-
#initialize(code = 0, parameters = []) ⇒ MoveCommand
constructor
A new instance of MoveCommand.
Constructor Details
#initialize(code = 0, parameters = []) ⇒ MoveCommand
Returns a new instance of MoveCommand.
2342 2343 |
# File 'docs/0_Dependencies.rb', line 2342 def initialize(code = 0, parameters = []) end |
Instance Attribute Details
#code
Returns the value of attribute code.
2344 2345 2346 |
# File 'docs/0_Dependencies.rb', line 2344 def code @code end |
#parameters
Returns the value of attribute parameters.
2345 2346 2347 |
# File 'docs/0_Dependencies.rb', line 2345 def parameters @parameters end |