4 lines
158 B
Lua
4 lines
158 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Enables mouselook mode, in which cursor movement rotates the camera
|
|
function MouselookStart() end |