SetMouseover

Sets the mouseover to a WowGameObject.

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

Example

Sets the mouseover unit to the target.

local target = Object('target')
SetMouseover(target)
-- do something with "mouseover"