function removeEventHandler (shared-side)
Available since version: 0.1.10
This function will unbind function from specified event.
Declaration
bool removeEventHandler(string eventName, function func)
Parameters
stringeventName: the name of the event.functionfunc: the reference to a function which is currently bound to specified event.
Returns bool
true if the function was bound with specified event and was sucessfully, otherwise false.