Skip to content

Object Functions: Engine & Window Management

David Roberts edited this page Jan 19, 2024 · 1 revision
  • hide_window() — Makes the main window go away. Note that there is no way to restore the window right now - if your script does not call quit_to_desktop() or update_and_restart(), you cannot restore the game window. You will have to kill it from your OS.
  • quit_to_desktop() — Cleanly shuts the game down. Useful for automated testing or an FFL-based pause menu.
  • update_and_restart() — Updates the engine with a new version from ArgentLark.com... which no longer exists. Obsoleted by Steam.
Clone this wiki locally