mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
The implementation forwards the kill request to the Godot host for handling. If the Godot host is unable to handle the request, it falls back to the `OS_Unix::kill(...)` implementation.