contents   index   previous   next



interface: SEDeletePropCallback

 

   public boolean deleteProp(SEContext se,int prop);

 

When a property of an object is to be deleted, this callback will be invoked. As usual, return false if you want ScriptEase to delete the property from its internal storage. This routine will also be called when the object itself is to be deleted, a destructor. In this case, the prop parameter will be –1.

 


interface: SEDefaultValueCallback