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

Method BoolText

CoreLib/tinyxml2.cpp:1858–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1856}
1857
1858bool XMLElement::BoolText(bool defaultValue) const
1859{
1860 bool b = defaultValue;
1861 QueryBoolText(&b);
1862 return b;
1863}
1864
1865double XMLElement::DoubleText(double defaultValue) const
1866{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected