GE Lua Documentation

Press F to search!

takeHugeScreenShot

Definition


-- @/lua/ge/screenshot.lua:191
M.takeHugeScreenShot = function() _screenshot(36, 1, 0, true) end

Callers

@/ui/ui-vue/mockdata/inputBindings.js
                "actionMap": "Global",
                "onDown": "screenshot.takeHugeScreenShot()",
                "order": 14,
@/ui/modules/photomode/photomode.js
    timedCall(next => {
      bngApi.engineLua('require("screenshot").takeHugeScreenShot()', next)
    })