Class: RPG::MoveRoute

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

Overview

移动路线的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#listObject

Returns the value of attribute list.



223
224
225
# File 'lib/R3EXS/RGSS3.rb', line 223

def list
  @list
end

#repeatObject

Returns the value of attribute repeat.



223
224
225
# File 'lib/R3EXS/RGSS3.rb', line 223

def repeat
  @repeat
end

#skippableObject

Returns the value of attribute skippable.



223
224
225
# File 'lib/R3EXS/RGSS3.rb', line 223

def skippable
  @skippable
end

#waitObject

Returns the value of attribute wait.



223
224
225
# File 'lib/R3EXS/RGSS3.rb', line 223

def wait
  @wait
end