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

Method FloatText

3rdparty/tinyxml2/tinyxml2.cpp:1904–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1902}
1903
1904float XMLElement::FloatText(float defaultValue) const
1905{
1906 float f = defaultValue;
1907 QueryFloatText(&f);
1908 return f;
1909}
1910
1911
1912XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected