triggerActivated: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters") |
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">'''\[\[.*\]\]'''" to "<dt class="note">$1") |
||
Line 41: | Line 41: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">14:50, 9 June 2015 (CEST)</dd> | <dd class="notedate">14:50, 9 June 2015 (CEST)</dd> | ||
<dt class="note"> | <dt class="note">[[]] | ||
<dd class="note">If trigger already activated at least once, [[triggerActivated]] will only return false if trigger is set to activate Repeatedly.<br> | <dd class="note">If trigger already activated at least once, [[triggerActivated]] will only return false if trigger is set to activate Repeatedly.<br> | ||
In other words, a trigger set to activate Once will always return true once activated at least once (even if trigger is no longer activated). | In other words, a trigger set to activate Once will always return true once activated at least once (even if trigger is no longer activated). |
Revision as of 18:08, 19 May 2020
Description
- Description:
- Returns true if the trigger has been activated.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
if (triggerActivated trg1) then { // Code };
Additional Information
- See also:
- setTriggerActivationtriggerActivationtriggerIntervalsetTriggerIntervalenableSimulationsimulationEnabled
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
Notes
- 14:50, 9 June 2015 (CEST)
- [[]]
- If trigger already activated at least once, triggerActivated will only return false if trigger is set to activate Repeatedly.
In other words, a trigger set to activate Once will always return true once activated at least once (even if trigger is no longer activated).