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

Method BoolAttribute

CoreLib/tinyxml2.cpp:1635–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1633}
1634
1635bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1636{
1637 bool b = defaultValue;
1638 QueryBoolAttribute(name, &b);
1639 return b;
1640}
1641
1642double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1643{

Callers 2

LoadMappingsMethod · 0.45
LoadMappingMethod · 0.45

Calls 1

QueryBoolAttributeFunction · 0.70

Tested by

no test coverage detected