Class: MG::JumpTo
Constructors collapse
-
#initialize(location, height, jumps, interval) ⇒ JumpTo
constructor
Creates an action that will jump the receiver to a new location.
Methods inherited from Action
Constructor Details
#initialize(location, height, jumps, interval) ⇒ JumpTo
Creates an action that will jump the receiver to a new location.
81 |
# File 'doc/API_reference.rb', line 81 def initialize(location, height, jumps, interval); end |