MCPcopy Create free account
hub / github.com/Norbyte/bg3se / IntText

Method IntText

BG3Extender/Extender/Shared/tinyxml2.cpp:1830–1835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1828}
1829
1830int XMLElement::IntText(int defaultValue) const
1831{
1832 int i = defaultValue;
1833 QueryIntText(&i);
1834 return i;
1835}
1836
1837unsigned XMLElement::UnsignedText(unsigned defaultValue) const
1838{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected