MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / QueryIntAttribute

Method QueryIntAttribute

Libraries/tinyxml/tinyxml.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676
677
678int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
679{
680 const TiXmlAttribute* attrib = attributeSet.Find( name );
681 if ( !attrib )
682 return TIXML_NO_ATTRIBUTE;
683 return attrib->QueryIntValue( ival );
684}
685
686
687int TiXmlElement::QueryUnsignedAttribute( const char* name, unsigned* value ) const

Callers 15

readFloatArrayFunction · 0.80
readLibraryGeometriesFunction · 0.80
ReadPaletteFromXMLFunction · 0.80
LoadMethod · 0.80
ParseXMLMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
GetTSRIinfoFunction · 0.80

Calls 2

FindMethod · 0.45
QueryIntValueMethod · 0.45

Tested by 1

mainFunction · 0.64