Files
wow_Meta/api/CameraOrSelectOrMoveStart.lua
2025-05-04 15:15:00 +02:00

6 lines
563 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Begins camera movement or selection (equivalent to left-clicking in the 3-D world). After calling this function (i.e. while the left mouse button is held), cursor movement rotates the camera. Final results vary by context and are determined when calling CameraOrSelectOrMoveStop() (i.e. releasing the left mouse button). Used by the CAMERAORSELECTORMOVE binding (not customizable in the default UI), which is bound to the left mouse button by default.
function CameraOrSelectOrMoveStart() end