ObjectMover

Returns the objectReference that the WowGameObject is moving on.

This would be elevators or other moving platforms.

ObjectMover(--[[(1)]]objectReference) : --[[(1)]]objectReference | false
  1. See Object Reference for more information on possible values.

Example

Get the mover the player is on.

local mover = ObjectMover('player')