triggerInterval: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|Comments= ____________________________________________________________________________________________ | arma3dev |Game name= |1.97|Game version= |arg= global|Mul...")
 
No edit summary
Line 7: Line 7:


|arg= global|Multiplayer Arguments=
|arg= global|Multiplayer Arguments=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:19, 29 September 2019

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.97|1.97]]
Hover & click on the images for description

Description

Description:
Returns trigger condition check frequently in seconds.

The trigger could be local or remote but the result returned by this command will be for the trigger condition set up locally on the client that executed the command. See createTrigger for more info.
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

See also:
setTriggerIntervalcreateTrigger

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

Notes

Bottom Section