-- @/lua/ge/server/commands.lua:174 function setCameraFovRad(fovRad) deprecationWarning("setCameraFovRad", "core_camera.setFOV") if not isFreeCamera() then return end core_camera.setFOV(0, radToDeg(fovRad)) end