Class: RPG::EventCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

事件指令的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



216
217
218
# File 'lib/R3EXS/RGSS3.rb', line 216

def code
  @code
end

#indentObject

Returns the value of attribute indent.



216
217
218
# File 'lib/R3EXS/RGSS3.rb', line 216

def indent
  @indent
end

#parametersObject

Returns the value of attribute parameters.



216
217
218
# File 'lib/R3EXS/RGSS3.rb', line 216

def parameters
  @parameters
end