TriggerRemoveAction

Parameters
whichTrigger trigger
whichAction triggeraction
comment

Removes an action from a trigger.

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.

patch

1.00

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