triggerInterval: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
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 04:44, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns trigger condition check frequency in seconds.

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.
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

See also:
setTriggerIntervalcreateTriggerenableSimulationsimulationEnabled

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

Bottom Section