Class: RPG::MoveRoute
- Inherits:
-
Object
- Object
- RPG::MoveRoute
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
移动路线的数据类
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#skippable ⇒ Object
Returns the value of attribute skippable.
-
#wait ⇒ Object
Returns the value of attribute wait.
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 |