MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_exit_code

Method set_exit_code

core/os/os.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void OS::set_exit_code(int p_code) {
223 _exit_code = p_code;
224}
225
226String OS::get_locale() const {
227 return "en";

Callers 5

main.cppFile · 0.80
iterationMethod · 0.80
widechar_mainFunction · 0.80
mainFunction · 0.80
godot_web_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected