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

Method get_environment

core/core_bind.cpp:481–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481String OS::get_environment(const String &p_var) const {
482 return ::OS::get_singleton()->get_environment(p_var);
483}
484
485void OS::set_environment(const String &p_var, const String &p_value) const {
486 ::OS::get_singleton()->set_environment(p_var, p_value);

Callers 15

find_executableFunction · 0.45
get_file_path_from_envFunction · 0.45
_update_itemsMethod · 0.45
InputMethod · 0.45
ProjectSettingsMethod · 0.45
main.cppFile · 0.45
_get_system_infoMethod · 0.45
set_stateMethod · 0.45
get_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected