onQuitGame()
Выполняется при выходе из игры.
-- ... function onQuitGame() print("Saving settings...") saveSettings() print("Done.") end -- ...