Function.SqSignalBase.ExistsFunc - VCMP-SqMod/SqMod GitHub Wiki
Check if a slot with a speciffic callback was bound to the signal.
- Aliases:
SqSignalBase.ExistsFunc- Signature:
(callback);-
Parameters:
-
callback
functionThe function that represents the callback in the slot.
-
callback
-
Return:
-
integerThe number of times there was a match for the specified function.
-
-
Throws:
- This function may throw errors if any of the given parameters are not valid.
No remarks available.
No example available.
-
functionSqSignalBase.ExistsFunc -
functionSqSignalBase.ExistsThis
No references available.