WoW:API CameraOrSelectOrMoveStop: Difference between revisions

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

Revision as of 16:35, 30 December 2005

CameraOrSelectOrMoveStop

End "Left click" in the 3D game world.

CameraOrSelectOrMoveStop([stickyFlag])

Parameters

Arguments

([stickyFlag])
stickyFlag
Flag (optional) - If present and set then any camera offset is 'sticky' and remains until explicitly cancelled.

Returns

nil


Details

This function is called when left clicking in the 3-D world.
When used alone, can cancel a "mouselook" started by a call to CameraOrSelectOrMoveStart.
IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.

Template:WoW API