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

6 lines
660 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Begins character steering or interaction (equivalent to right-clicking in the 3-D world). After calling this function (i.e. while the right mouse button is held), cursor movement rotates (or steers) the player character, altering yaw (facing) and/or pitch (vertical movement angle) as well as camera position. Final results vary by context and are determined when calling TurnOrActionStop() (i.e. releasing the right mouse button). Used by the TURNORACTION binding (not customizable in the default UI), which is bound to the right mouse button by default.
function TurnOrActionStart() end