GE Lua Documentation

Press F to search!

controllerZoom

Definition


-- @/lua/ge/extensions/freeroam/bigMapMode.lua:985

local function controllerZoom(value, zoomIn)
  core_camera.cameraZoom(value)
end

Callers

@/ui/ui-vue/mockdata/inputBindings.js
                "title": "bigMap.action.controllerZoom.title",
                "onChange": "if freeroam_bigMapMode then freeroam_bigMapMode.controllerZoom(-0.5 * VALUE) end",
                "isCentered": true,