TriggerRemoveAction

Parameters
whichTrigger trigger
whichAction triggeraction
bug

If the actions of the trigger are currently running and the removed action was still pending to be called, it will still be called unless there is a TriggerSleepAction after the TriggerRemoveAction.

comment

Removes an action from a trigger.

return type
nothing
Source code
native TriggerRemoveAction  takes trigger whichTrigger, triggeraction whichAction returns nothing
Source
common.j
wc3modding.com
TriggerRemoveAction