takeBigScreenShot
Definition
-- @/lua/ge/screenshot.lua:190
M.takeBigScreenShot = function() _screenshot(9, 1, 0, false) end
Callers
@/ui/ui-vue/mockdata/inputBindings.js
"actionMap": "Global",
"onDown": "screenshot.takeBigScreenShot()",
"order": 13,
@/ui/modules/photomode/photomode.js
// Take the screenshot
bngApi.engineLua('require("screenshot").takeBigScreenShot()', () => {
// Wait another 100ms to ensure screenshot is taken
timedCall(next => {
bngApi.engineLua('require("screenshot").takeBigScreenShot()', next)
})