virtual void OnDestroy(Movie* pmovie, void* pobject) = 0;
OnDestroy is called when the VM object that has a user data object installed is destroyed by the VM.
Parameters |
Description |
Movie* pmovie |
The GFx Movie that contains the VM. |
void* pobject |
The installed user data object. |