Set user data into the XMLNode. TinyXML-2 in no way processes or interprets user data. It is initially 0. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected