MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / InitXmlIdToIndex

Method InitXmlIdToIndex

ogsr_engine/COMMON_AI/specific_character.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35CSpecificCharacter::~CSpecificCharacter() {}
36
37void CSpecificCharacter::InitXmlIdToIndex()
38{
39 if (!id_to_index::tag_name)
40 id_to_index::tag_name = "specific_character";
41 if (!id_to_index::file_str)
42 id_to_index::file_str = pSettings->r_string("profiles", "specific_characters_files");
43}
44
45void CSpecificCharacter::Load(shared_str id)
46{

Callers

nothing calls this directly

Calls 1

r_stringMethod · 0.45

Tested by

no test coverage detected