Class: RPG::EventCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgssx/rpg/event_command.rb

Overview

RGSSx

This class is present and consistent across all RGSS versions.

EventCommand

The base data class for all event commands run through Game_Interpreter.

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#indentObject

Returns the value of attribute indent.



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

def indent
  @indent
end

#parametersObject

Returns the value of attribute parameters.



10
11
12
# File 'lib/eidolon/rgssx/rpg/event_command.rb', line 10

def parameters
  @parameters
end