-- @/lua/ge/extensions/core/camera.lua:1111
local function setSmoothedCam(pid, ...)
return proxy_PID(pid, 'setSmoothedCam', ...)
end
if commands.isFreeCamera() then
setSmoothedCam(0, settings.getValue('cameraFreeSmoothMovement'))
end
function C:setSmoothedCam(smoothed)
if smoothed then
self:setSmoothedCam(false)