WoW:API CameraOrSelectOrMoveStop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}, protected) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
{{protectedapi|1.10|}} | |||
End "Left click" in the 3D game world. | End "Left click" in the 3D game world. | ||
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__ | ||
Revision as of 21:16, 18 June 2006
← WoW API < CameraOrSelectOrMoveStop
This function is PROTECTED, and can only be called from Blizzard code.
|
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.