Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void OS::set_exit_code(int p_code) {
223
_exit_code = p_code;
224
}
225
226
String OS::get_locale() const {
227
return
"en"
;
Callers
5
main.cpp
File · 0.80
iteration
Method · 0.80
widechar_main
Function · 0.80
main
Function · 0.80
godot_web_main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected