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 (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native DisableTrigger takes trigger whichTrigger returns nothing