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