Method Unit:MoveJump [-] [+]
Makes the Unit jump to the coordinates
Synopsis
Unit:MoveJump( x, y, z, zSpeed, maxHeight )
Unit:MoveJump( x, y, z, zSpeed, maxHeight, id )
Arguments
number x
Valid numbers: all decimal numbers.
number y
Valid numbers: all decimal numbers.
number z
Valid numbers: all decimal numbers.
number zSpeed
Start velocity.
Valid numbers: all decimal numbers.
number maxHeight
Maximum height.
Valid numbers: all decimal numbers.
number id (0)
Unique movement Id.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.