MCPcopy Create free account
hub / github.com/DFHack/dfhack / SetName

Method SetName

depends/tinyxml/tinyxml.h:835–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 int QueryDoubleValue( double* _value ) const;
834
835 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute.
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
837
838 void SetIntValue( int _value ); ///< Set the value from an integer.

Callers 1

FindOrCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected