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

Function QueryFloatAttribute

CoreLib/tinyxml2.h:1395–1401  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

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

Callers 2

QueryAttributeFunction · 0.70
FloatAttributeMethod · 0.70

Calls 1

QueryFloatValueMethod · 0.45

Tested by

no test coverage detected