MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SetAttribute

Function SetAttribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:1581–1585  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1579
1580 /// Sets the named attribute to value.
1581 void SetAttribute(const char* name, const char* value)
1582 {
1583 XMLAttribute* a = FindOrCreateAttribute(name);
1584 a->SetAttribute(value);
1585 }
1586 /// Sets the named attribute to value.
1587 void SetAttribute(const char* name, int value)
1588 {

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected