Removes the individual event handler at the specified index.
int32 RemoveEventHandler( int32 p_nScriptIndex, int32 p_nEventIndex )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nScriptIndex | The index of the top level script containing the event handler to remove. |
int32 | p_nEventIndex | The index of the event handler to remove. |
None published. Please look for an example in the Simdify Scripting Language code base.