ASUserData::OnDestroy

ASUserData::OnDestroy
virtual void OnDestroy(Movie* pmovie, void* pobject) = 0;
Description

OnDestroy is called when the VM object that has a user data object installed is destroyed by the VM.

Parameters
Parameters 
Description 
Movie* pmovie 
The GFx Movie that contains the VM. 
void* pobject 
The installed user data object.