GE Lua Documentation

Press F to search!

pitchAbs

Definition


-- @/lua/ge/extensions/core/camera.lua:1335
local function pitchAbs(val) MoveManager.pitchRelative = (pitchTemp - val) * absRotateAxisFactor; pitchTemp = val end

Callers

@/ui/ui-vue/mockdata/inputBindings.js
                "order": 53,
                "onRelative": "if core_camera then core_camera.pitchAbs(VALUE * -1) end"
            },