pandemonium_engine/core/bind
Hugo Locurcio e315a93f87 Expose the "restart on exit" OS functionality
This can be used to restart a project with specific command line arguments
applied. This can work in tandem with `OS.get_cmdline_args()` to restart
with the same command line arguments as used to originally run the project.

Example use cases:

- Restart to apply an user setting change that requires a restart to work.
- Restart with a Godot command line argument to change the video driver,
  audio driver, etc.
2022-10-08 16:34:07 +02:00
..
core_bind.cpp Expose the "restart on exit" OS functionality 2022-10-08 16:34:07 +02:00
core_bind.h Expose the "restart on exit" OS functionality 2022-10-08 16:34:07 +02:00
logger_bind.cpp Removed unnecessary methods from PLogger's bind class, and added properties. 2022-06-11 17:51:49 +02:00
logger_bind.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00