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

Method get_iinfo_val

utility/import_info.cpp:499–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499Variant ImportInfoModern::get_iinfo_val(const String &p_section, const String &p_prop) const {
500 if (!cf->has_section_key(p_section, p_prop)) {
501 return Variant();
502 }
503 return cf->get_value(p_section, p_prop);
504}
505
506void ImportInfoModern::set_iinfo_val(const String &p_section, const String &p_prop, const Variant &p_val) {
507 cf->set_value(p_section, p_prop, p_val);

Callers 2

_do_file_infoMethod · 0.45
get_dialogue_versionFunction · 0.45

Calls 4

has_section_keyMethod · 0.80
get_optionMethod · 0.80
has_sectionMethod · 0.80
get_valueMethod · 0.45

Tested by

no test coverage detected