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

Method SetDoubleAttribute

Libraries/tinyxml/tinyxml.cpp:777–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775
776
777void TiXmlElement::SetDoubleAttribute( const char * name, double val )
778{
779 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
780 if ( attrib ) {
781 attrib->SetDoubleValue( val );
782 }
783}
784
785
786#ifdef TIXML_USE_STL

Callers 8

WritePaletteToXMLFunction · 0.80
SaveTerrainMethod · 0.80
SaveSkyMethod · 0.80
SaveToXMLMethod · 0.80
SaveToXMLMethod · 0.80
WriteToXMLMethod · 0.80
mainFunction · 0.80

Calls 2

FindOrCreateMethod · 0.80
SetDoubleValueMethod · 0.80

Tested by 1

mainFunction · 0.64