GE Lua Documentation

Press F to search!

yawAbs

Definition


-- @/lua/ge/extensions/core/camera.lua:1333
local function   yawAbs(val) MoveManager.yawRelative   = (  yawTemp - val) * absRotateAxisFactor;   yawTemp = val end

Callers

@/ui/ui-vue/mockdata/inputBindings.js
                "order": 55,
                "onRelative": "if core_camera then core_camera.yawAbs  (VALUE) end"
            },