So from what I understand:
- CancelInvoke() = cancels all invoked methods in my script
- CancelInvoke(“methodName”) = cancels all invokes of the method with this name “methodName”
Question; How do I cancel all invoke, but a specific invoke function. assume I have 100 different functions being invoked. and I want them all cancelled but one specific one.
Thanks in advance!