Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_exit_code
Method
get_exit_code
core/os/os.cpp:218–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
int OS::get_exit_code() const {
219
return _exit_code;
220
}
221
222
void OS::set_exit_code(int p_code) {
223
_exit_code = p_code;
Callers
5
cleanup
Method · 0.80
widechar_main
Function · 0.80
main
Function · 0.80
exit_callback
Function · 0.80
godot_web_main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected