CameraOrSelectOrMoveStop

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Called when you release the "Left-Click" mouse button.

CameraOrSelectOrMoveStop([stickyFlag])

Arguments

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

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.

Patch changes

Bc icon.gif Patch 2.0.1 (2006-12-05): Protected.
WoW Icon update.png Patch 1.10.0 (2006-03-28): Requires a hardware event.