| PathEngine home | previous: | next: |
Enables the client application to associate arbitrary application data with an agent.
void setUserData(void* voidPointer); |
| voidPointer | A void pointer to associate with the agent. |
The user data is initialised to zero (null pointer).
Note that the client application will be responsable for ensuring that this
data remains valid after save and load from persistence.
The value can be later retrieved with
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |