setTriggerActivation: Difference between revisions
Jump to navigation
Jump to search
(The added note is a bit too vague to put into the Wiki. Please do the troubleshooting in the forum first.) |
No edit summary |
||
Line 31: | Line 31: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[createTrigger]], [[setTriggerArea]], [[setTriggerStatements]], [[setTriggerText]], [[setTriggerTimeout]], [[setTriggerType]] |= See also | |[[createTrigger]], [[setTriggerArea]], [[setTriggerStatements]], [[setTriggerText]], [[setTriggerTimeout]], [[setTriggerType]], [[triggerAttachVehicle]], [[triggerAttachObject]] |= See also | ||
}} | }} |
Revision as of 16:51, 28 March 2008
Description
- Description:
- Defines the trigger activation type.
- First argument - who activates trigger (side, radio, vehicle or group member):
- Second argument - when is it activated (presention or detection by the specified side):
- Third argument - whether the activation is repeating.
- Groups:
- Uncategorised
Syntax
- Syntax:
- trigger setTriggerActivation ["by", "type", repeating]
- Parameters:
- trigger: Object
- Array (String,String,Boolean) See above
- Return Value:
- Nothing
Examples
- Example 1:
_trigger setTriggerActivation ["WEST", "EAST D", true]
Additional Information
- See also:
- createTriggersetTriggerAreasetTriggerStatementssetTriggerTextsetTriggerTimeoutsetTriggerTypetriggerAttachVehicletriggerAttachObject
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note