MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / FloatAttribute

Method FloatAttribute

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

Source from the content-addressed store, hash-verified

1633}
1634
1635float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1636{
1637 float f = defaultValue;
1638 QueryFloatAttribute(name, &f);
1639 return f;
1640}
1641
1642const char* XMLElement::GetText() const
1643{

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected