I'm making some kind of utility script that can use with any godot project. In the script, it requires some parameters, so I want to stop the game and warn the developer if the value is empty.
Nothing related found in documenation. In Unity, when script throw exception, game stopped and display the error detail(only in Unity editor play mode). How to throw exception or error from GDScript? Using Godot 3.1.1