How do I restart Godot game engine itself

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JakeKing888

Is it able to restart godot game engine itself, and if so how?

:bust_in_silhouette: Reply From: DaddyMonster

The closest is:

get_tree().reload_current_scene()

It does what it says on the tin, it doesn’t restart the engine. To do that, click the “x” on the top right, click “quit” when prompted and then double click the Godot icon on your desktop. :wink:

Okay thanks, I really appreciate it.

JakeKing888 | 2021-09-24 01:39