WoW:API TurnOrActionStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 26: Line 26:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Action Functions|TurnOrActionStart]]
[[Category:API Camera Functions|TurnOrActionStart]]

Revision as of 18:46, 3 January 2006

TurnOrActionStart

Begin "Right click" in the 3D game world.

TurnOrActionStart()

Parameters

Arguments

()

Returns

nil


Details

This function is called when right clicking in the 3D world.
Calling this function clears the "mouseover" unit.
If you hook this function be sure to grab UnitName("mouseover") or target the "mouseover" unit because once the original function is called, the "mouseover" will not have a value.
When used alone, puts you into a "mouseturn" mode until TurnOrActionStop is called.
IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.

Template:WoW API