MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / QueryDoubleValue

Method QueryDoubleValue

engine/source/persistence/tinyXML/tinyxml.cpp:1215–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1216{
1217 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
1218 return TIXML_SUCCESS;
1219 return TIXML_WRONG_TYPE;
1220}
1221
1222void TiXmlAttribute::SetIntValue( int _value )
1223{

Callers 2

AttributeMethod · 0.80
QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected