GE Lua Documentation

Press F to search!

moveforward

Definition


-- @/lua/ge/extensions/core/camera.lua:1323
local function moveforward (val) MoveManager.forward  = val end

Callers

@/lua/ge/extensions/freeroam/bigMapMode.lua
  core_camera.moveLeftRight(0)
  core_camera.moveforward(0)
  core_camera.movebackward(0)
    if direction == 1 then
      core_camera.moveforward(value)
    elseif direction == 2 then
@/ui/ui-vue/mockdata/inputBindings.js
                "cat": "camera",
                "onChange": "if core_camera then core_camera.moveforward(VALUE) end",
                "title": "ui.inputActions.camera.moveforward.title",