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

Method QueryUnsigned64Value

BG3Extender/Extender/Shared/tinyxml2.cpp:1471–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469
1470
1471XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const
1472{
1473 if(XMLUtil::ToUnsigned64(Value(), value)) {
1474 return XML_SUCCESS;
1475 }
1476 return XML_WRONG_ATTRIBUTE_TYPE;
1477}
1478
1479
1480XMLError XMLAttribute::QueryBoolValue( bool* value ) const

Callers 1

QueryUnsigned64AttributeFunction · 0.45

Calls 1

ValueClass · 0.70

Tested by

no test coverage detected