TriggerClearActions
- Parameters
-
whichTrigger 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.- comment
Removes all actions from a trigger.
- return type
nothing
- Source code
native TriggerClearActions takes trigger whichTrigger returns nothing
- Source
- common.j
- wc3modding.com
- TriggerClearActions