SetMouseover
Sets the mouseover to a WowGameObject
.
SetMouseover(--[[(1)]]objectReference) : true | false
- 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"