GE Lua Documentation

Press F to search!

setSmoothedCam

Definition


-- @/lua/ge/extensions/core/camera.lua:1111

local function setSmoothedCam(pid, ...)
  return proxy_PID(pid, 'setSmoothedCam', ...)
end

Callers

@/lua/ge/extensions/core/camera.lua
  if commands.isFreeCamera() then
    setSmoothedCam(0, settings.getValue('cameraFreeSmoothMovement'))
  end
@/lua/ge/extensions/core/cameraModes/free.lua

function C:setSmoothedCam(smoothed)
  if smoothed then

  self:setSmoothedCam(false)