GE Lua Documentation

Press F to search!

takeScreenShot

Definition


-- @/lua/ge/screenshot.lua:189
M.takeScreenShot = function() _screenshot(4, 1, 0, false, true) end

Callers

@/ui/modules/photomode/photomode.js
  //     countNext++;
  //     bngApi.engineLua('require("screenshot").takeScreenShot()', callNext)
  //   })
    timedCall(next => {
      bngApi.engineLua('require("screenshot").takeScreenShot()', next)
    })