triggerInterval: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr1= Triggers |GROUP1= | |gr1= Triggers |GROUP1= | ||
| Returns trigger condition check frequency in seconds. <br><br> | | Returns trigger condition check frequency in seconds. <br><br> | ||
{{Important | The trigger could be [[local]] or remote but the result returned by this command will be for the trigger interval set up locally on the client that executed the command. See [[createTrigger]] for more info.}}|DESCRIPTION= | {{Important | The trigger could be [[local]] or remote but the result returned by this command will be for the trigger interval set up locally on the client that executed the command. See [[createTrigger]] for more info.}}|DESCRIPTION= | ||
| [[triggerInterval]] trigger |SYNTAX= | | [[triggerInterval]] trigger |SYNTAX= | ||
Line 29: | Line 26: | ||
|x1= <code>_interval = [[triggerInterval]] someTrigger;</code>|EXAMPLE1= | |x1= <code>_interval = [[triggerInterval]] someTrigger;</code>|EXAMPLE1= | ||
| [[setTriggerInterval]], [[createTrigger]], [[enableSimulation]], [[simulationEnabled]] |SEEALSO= | | [[setTriggerInterval]], [[createTrigger]], [[enableSimulation]], [[simulationEnabled]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 03:44, 17 January 2021
Description
- Description:
- Returns trigger condition check frequency in seconds.
- Groups:
- Triggers
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