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

Function SetUserData

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

Set user data 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

939 It is initially 0.
940 */
941 void SetUserData(void* userData) { _userData = userData; }
942
943 /**
944 Get user data set into the XMLNode. TinyXML-2 in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected