-- @/lua/ge/extensions/core/camera.lua:1115
local function setNewtonRotation(pid, ...)
return proxy_PID(pid, 'setNewtonRotation', ...)
end
if not commands.isFreeCamera() then return end
core_camera.setNewtonRotation(0, value)
end
function C:setNewtonRotation(enabled)
self.newtonRotation = enabled