WoW:API CameraOrSelectOrMoveStop: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API CameraOrSelectOrMoveStop to API CameraOrSelectOrMoveStop without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''CameraOrSelectOrMoveStop'''</center>
{{wowapi}}
 
{{protectedapi|1.10|}}
End "Left click" in the 3D game world.
End "Left click" in the 3D game world.


Line 8: Line 8:
:([stickyFlag])
:([stickyFlag])


:;stickyFlag : Flag <small><i>(optional)</i></small> - If present and set then any camera offset is 'sticky' and remains until explicitly cancelled.
:;stickyFlag : Flag <small>''(optional)''</small> - If present and set then any camera offset is 'sticky' and remains until explicitly cancelled.
=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''




Line 19: Line 19:


: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.
: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Action Functions|CameraOrSelectOrMoveStop]]
[[Category:API Camera Functions|CameraOrSelectOrMoveStop]]
[[Category:API Movement Functions|CameraOrSelectOrMoveStop]]

Latest revision as of 04:45, 15 August 2023

WoW API < CameraOrSelectOrMoveStop

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

CameraOrSelectOrMoveStop([stickyFlag])

Parameters[edit]

Arguments[edit]

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

Returns[edit]

nil


Details[edit]

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.