Class: RPG::MoveRoute

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#listObject

Returns the value of attribute list.



11
12
13
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 11

def list
  @list
end

#repeatObject

Returns the value of attribute repeat.



8
9
10
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 8

def repeat
  @repeat
end

#skippableObject

Returns the value of attribute skippable.



9
10
11
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 9

def skippable
  @skippable
end

#waitObject

Returns the value of attribute wait.



10
11
12
# File 'lib/eidolon/rgssx/rpg/move_route.rb', line 10

def wait
  @wait
end