MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_setting

Method get_setting

utility/pcfg_loader.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234Variant ProjectConfigLoader::get_setting(String p_var, Variant default_value) const {
235 if (props.has(p_var)) {
236 return props[p_var].variant;
237 }
238 return default_value;
239}
240
241Dictionary ProjectConfigLoader::get_section(const String &p_var) const {
242 Dictionary section;

Callers 15

add_group_taskMethod · 0.45
run_taskMethod · 0.45
_project_post_loadMethod · 0.45
get_remapsMethod · 0.45
get_remapMethod · 0.45
has_remapMethod · 0.45
add_remapMethod · 0.45
remove_remapMethod · 0.45
get_project_settingMethod · 0.45
get_game_nameMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_exported_projectMethod · 0.36