TriggerClearActions
- Parameters
-
whichTrigger trigger
- comment
-
Removes all actions from a trigger.
- bug
-
If the actions of the trigger are currently running, hereby removed actions still pending to be called will still be called. In contrast to
TriggerRemoveAction
, this will be the case regardless if there is aTriggerSleepAction
afterTriggerClearActions
or not. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native TriggerClearActions takes trigger whichTrigger returns nothing