GE Lua Documentation

Press F to search!

moveup

Definition


-- @/lua/ge/extensions/core/camera.lua:1325
local function moveup      (val) MoveManager.up       = val end

Callers

@/ui/ui-vue/mockdata/inputBindings.js
                "cat": "camera",
                "onChange": "if core_camera then core_camera.moveup(VALUE) end",
                "title": "ui.inputActions.camera.moveup.title",
                "tags": ["tags.camera.fov_short", "tags.camera.fov_long"],
                "onChange": "if core_camera then if commands.isFreeCamera() and FILTERTYPE==0 then core_camera.moveup(VALUE) else core_camera.cameraZoom(-0.1 * VALUE) end end",
                "title": "ui.inputActions.camera.increase_zoom_or_freecam_up.title",