GE Lua Documentation

Press F to search!

screenshotSaved

Definition


-- @/lua/ge/screenshot.lua:163

-- executed by c++ when the screenshot is done
-- res == 0 means all good
local function screenshotSaved(res, filename)
  --dump{'screenshot saved to disk', filename}
end

Callers