MCPcopy Create free account
hub / github.com/OpenMW/openmw / getHNOString

Method getHNOString

components/esm3/esmreader.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 std::string ESMReader::getHNOString(NAME name)
153 {
154 if (isNextSub(name))
155 return getHString();
156 return {};
157 }
158
159 ESM::RefId ESMReader::getHNORefId(NAME name)
160 {

Callers 8

loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
readRecordMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected