Class: RPG::MoveRoute

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

Overview

移动路线的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#list ⇒ Object

Returns the value of attribute list.



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

def list
  @list
end

#repeat ⇒ Object

Returns the value of attribute repeat.



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

def repeat
  @repeat
end

#skippable ⇒ Object

Returns the value of attribute skippable.



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

def skippable
  @skippable
end

#wait ⇒ Object

Returns the value of attribute wait.



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

def wait
  @wait
end