MCPcopy 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
218int OS::get_exit_code() const {
219 return _exit_code;
220}
221
222void OS::set_exit_code(int p_code) {
223 _exit_code = p_code;

Callers 5

cleanupMethod · 0.80
widechar_mainFunction · 0.80
mainFunction · 0.80
exit_callbackFunction · 0.80
godot_web_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected