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

Method DoubleAttribute

CoreLib/tinyxml2.cpp:1642–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1643{
1644 double d = defaultValue;
1645 QueryDoubleAttribute(name, &d);
1646 return d;
1647}
1648
1649float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1650{

Callers

nothing calls this directly

Calls 1

QueryDoubleAttributeFunction · 0.70

Tested by

no test coverage detected