MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / FloatAttribute

Method FloatAttribute

3rdparty/tinyxml2/tinyxml2.cpp:1681–1686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1679}
1680
1681float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1682{
1683 float f = defaultValue;
1684 QueryFloatAttribute(name, &f);
1685 return f;
1686}
1687
1688const char* XMLElement::GetText() const
1689{

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected