clearCallbacks

Unsets all event callback functions.

Signatures

  •   ParamateControls.<ControlName>.clearCallbacks()

Details

A number of callback functions can be set to predefined events of the GUI controls by different methods. This function removes all previously set event callback functions. (This is equivalent of setting all events to undefined using the setCallbacks method.)

Return value

none

See also