triggerTimeout: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "_{10,} " to "")
mNo edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|arg= global|Multiplayer Arguments=
|version2= 1.50


|gr1= Triggers |GROUP1=
|game3= tkoh
|version3= 1.00


|game4= arma3
|version4= 0.50
|arg= global


| Returns trigger timeout in the form [min, mid, max, interruptable].
|gr1= Triggers


<br><br>{{Important | The trigger could be [[local]] or remote but the result returned by this command will be for the trigger timeout set up locally on the client that executed the command. See [[createTrigger]] for more info.}}|DESCRIPTION=
|descr= Returns trigger timeout.


| '''triggerTimeout''' trigger |SYNTAX=
{{Feature | important | The trigger could be [[Multiplayer Scripting#Locality|local]] or remote but the result returned by this command will be for the trigger timeout set up locally on the client that executed the command. See [[createTrigger]] for more info.}}


|p1= trigger: [[Object]] |PARAMETER1=
|s1= [[triggerTimeout]] trigger


|p2= |PARAMETER2=  
|p1= trigger: [[Object]]


|p3= |PARAMETER3=  
|r1= [[Array]] with [min, mid, max, interruptible]
* min: [[Number]]
* mid: [[Number]]
* max: [[Number]]
* interruptible: [[Boolean]]


| [[Array]] |RETURNVALUE=


|x1= <sqf>_timeOut = triggerTimeout someTrigger;</sqf>


|x1= <code>_timeOut = [[triggerTimeout]] someTrigger;</code>|EXAMPLE1=
|seealso= [[setTriggerTimeout]] [[triggerTimeoutCurrent]]
 
 
| [[setTriggerTimeout]], [[triggerTimeoutCurrent]] |SEEALSO=
 
|  |MPBEHAVIOUR=
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Command_Group:_Triggers|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 10:02, 2 January 2026

Hover & click on the images for description

Description

Description:
Returns trigger timeout.
The trigger could be local or remote but the result returned by this command will be for the trigger timeout set up locally on the client that executed the command. See createTrigger for more info.
Groups:
Triggers

Syntax

Syntax:
triggerTimeout trigger
Parameters:
trigger: Object
Return Value:
Array with [min, mid, max, interruptible]

Examples

Example 1:
_timeOut = triggerTimeout someTrigger;

Additional Information

See also:
setTriggerTimeout triggerTimeoutCurrent

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note