Sets the name of the script function that executes the event handling job.
int32 SetEventHandlerName( int32 p_nScriptIndex, int32 p_nEventIndex, string p_sFunction )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nScriptIndex | The index of the top level event handling script containing the specific event you wish to modify. |
int32 | p_nEventIndex | The index of the event whose event function name you wish to modify. |
string | p_sFunction | The name of the function that performs the event handling job. |
None published. Please look for an example in the Simdify Scripting Language code base.