mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-21 21:40:40 +00:00
f3c1232c59
Adds the is_process_running function to the native OS class and exposes it to script. This is implemented on Windows and Unix platforms. A stub is provided for other platforms that do not support this function. Documentation is updated to reflect new API function.