MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / GetUserData

Function GetUserData

3rdparty/tinyxml2/tinyxml2.h:948–948  ·  view source on GitHub ↗

Get user data set into the XMLNode. TinyXML-2 in no way processes or interprets user data. It is initially 0. */

Source from the content-addressed store, hash-verified

946 It is initially 0.
947 */
948 void* GetUserData() const { return _userData; }
949
950protected:
951 explicit XMLNode( XMLDocument* );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected