The search keyword must be a single word (no spaces).
Function TriggerRemoveCondition
- Line
- 2784
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- trigger whichTrigger, triggercondition whichCondition
- Returns
- nothing
| 2784 | native TriggerRemoveCondition takes trigger whichTrigger, triggercondition whichCondition returns nothing |
| 2785 | native TriggerClearConditions takes trigger whichTrigger returns nothing |
| 2786 | |
| 2787 | native TriggerAddAction takes trigger whichTrigger, code actionFunc returns triggeraction |
| 2788 | native TriggerRemoveAction takes trigger whichTrigger, triggeraction whichAction returns nothing |
| 2789 | native TriggerClearActions takes trigger whichTrigger returns nothing |