DisableTrigger
- Parameters
-
whichTrigger trigger
- comment
Disables the given trigger. A disabled trigger is not fired by the events registered on it but
TriggerEvaluate
andTriggerExecute
can still be used. This can be reversed withEnableTrigger
.- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native DisableTrigger takes trigger whichTrigger returns nothing