WoW:API CameraOrSelectOrMoveStop: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m ({{wowapi}}, protected)
m (Robot: converting/fixing HTML)
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''





Revision as of 09:28, 20 January 2007

WoW API < 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.