Class: RPG::EventCommand

Inherits:
Object show all
Defined in:
scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb

Instance Attribute Summary collapse

Instance Attribute Details

#code

Returns the value of attribute code.



129
130
131
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 129

def code
  @code
end

#indent

Returns the value of attribute indent.



130
131
132
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 130

def indent
  @indent
end

#parameters

Returns the value of attribute parameters.



131
132
133
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 131

def parameters
  @parameters
end