movedown
Definition
-- @/lua/ge/extensions/core/camera.lua:1326
local function movedown (val) MoveManager.down = val end
Callers
@/ui/ui-vue/mockdata/inputBindings.js
"cat": "camera",
"onChange": "if core_camera then core_camera.movedown(VALUE) end",
"title": "ui.inputActions.camera.movedown.title",
"tags": ["tags.camera.fov_short", "tags.camera.fov_long"],
"onChange": "if core_camera then if commands.isFreeCamera() and FILTERTYPE==0 then core_camera.movedown(VALUE) else core_camera.cameraZoom(0.1 * VALUE) end end",
"title": "ui.inputActions.camera.decrease_zoom_or_freecam_down.title",