The search keyword must be a single word (no spaces).
Function TriggerAddAction
- Line
- 2787
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- trigger whichTrigger, code actionFunc
- Returns
- triggeraction
| 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 |
| 2790 | native TriggerSleepAction takes real timeout returns nothing |
| 2791 | native TriggerWaitForSound takes sound s, real offset returns nothing |
| 2792 | native TriggerEvaluate takes trigger whichTrigger returns boolean |