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

6 lines
360 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Begins orbiting the camera around the player character to the right. "Right" here is relative to the player's facing; i.e. the camera orbits counter--clockwise if looking down. Moving the camera to the right causes it to look towards the character's left.
function MoveViewRightStart() end