triggerInterval: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) (see also) |
||
Line 29: | Line 29: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setTriggerInterval]], [[createTrigger]] |SEEALSO= | | [[setTriggerInterval]], [[createTrigger]], [[enableSimulation]], [[simulationEnabled]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 13:24, 29 September 2019
Description
- Description:
- Returns trigger condition check frequently in seconds.
- Groups:
- Uncategorised
Syntax
- Syntax:
- triggerInterval trigger
- Parameters:
- trigger: Object - Trigger object
- Return Value:
- Number - Trigger interval in seconds
Examples
- Example 1:
_interval = triggerInterval someTrigger;
Additional Information
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
[[Category:Introduced with arma3dev version 1.97]][[ Category: arma3dev: New Scripting Commands | TRIGGERINTERVAL]][[ Category: arma3dev: Scripting Commands | TRIGGERINTERVAL]]