Class: RPG::MoveRoute
- Inherits:
-
Object
- Object
- RPG::MoveRoute
- Defined in:
- lib/eidolon/rgssx/rpg/move_route.rb
Overview
RGSSx
This class is present and relatively consistent across all RGSS versions.
MoveRoute
The data class for a move route.
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.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 11 def list @list end |
#repeat ⇒ Object
Returns the value of attribute repeat.
8 9 10 |
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 8 def repeat @repeat end |
#skippable ⇒ Object
Returns the value of attribute skippable.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 9 def skippable @skippable end |
#wait ⇒ Object
Returns the value of attribute wait.
10 11 12 |
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 10 def wait @wait end |