MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / FirstAttribute

Function FirstAttribute

Engine/lib/tinyxml/tinyxml2.h:1514–1516  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1512
1513 /// Return the first attribute in the list.
1514 const XMLAttribute* FirstAttribute() const {
1515 return _rootAttribute;
1516 }
1517 /// Query a specific attribute in the list.
1518 const XMLAttribute* FindAttribute( const char* name ) const;
1519

Callers 2

ShallowCloneMethod · 0.85
ShallowEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected