MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / QueryIntValue

Method QueryIntValue

Engine/lib/tinyxml/tinyxml2.cpp:1444–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442
1443
1444XMLError XMLAttribute::QueryIntValue( int* value ) const
1445{
1446 if ( XMLUtil::ToInt( Value(), value )) {
1447 return XML_SUCCESS;
1448 }
1449 return XML_WRONG_ATTRIBUTE_TYPE;
1450}
1451
1452
1453XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const

Callers 1

QueryIntAttributeFunction · 0.80

Calls 1

ValueEnum · 0.50

Tested by

no test coverage detected