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

Function QueryFloatAttribute

3rdparty/tinyxml2/tinyxml2.h:1397–1403  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1395 }
1396 /// See QueryIntAttribute()
1397 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1398 const XMLAttribute* a = FindAttribute( name );
1399 if ( !a ) {
1400 return XML_NO_ATTRIBUTE;
1401 }
1402 return a->QueryFloatValue( value );
1403 }
1404
1405 /// See QueryIntAttribute()
1406 XMLError QueryStringAttribute(const char* name, const char** value) const {

Callers 2

QueryAttributeFunction · 0.85
FloatAttributeMethod · 0.85

Calls 1

QueryFloatValueMethod · 0.80

Tested by

no test coverage detected