WoW:API CameraOrSelectOrMoveStart: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Reformatted.)
No edit summary
Line 26: Line 26:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Action Functions|CameraOrSelectOrMoveStart]]
[[Category:API Camera Functions|CameraOrSelectOrMoveStart]]
[[Category:API Movement Functions|CameraOrSelectOrMoveStart]]

Revision as of 16:35, 30 December 2005

CameraOrSelectOrMoveStart

Begin "Left click" in the 3D world.

CameraOrSelectOrMoveStart()

Parameters

Arguments

()

Returns

nil


Details

This function is called when left clicking in the 3-D world. Most usefull it will select a target for a pending spell cast.
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 "mouselook" mode until CameraOrSelectOrMoveStop is called.
IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.

Template:WoW API