GE Lua Documentation

Press F to search!

onPreWindowClose

Definition


-- @/lua/ge/extensions/editor/main.lua:604

local function onPreWindowClose()
  if editor and editor.checkDirtyAndSave then
    editor.checkDirtyAndSave()
  end
end

Callers

@/lua/ge/main.lua

function onPreWindowClose()
  extensions.hook('onPreWindowClose')