setTriggerTimeout

From Bohemia Interactive Community
Revision as of 14:05, 8 March 2019 by Bovine3dom (talk | contribs) (Added link to correct distribution for people who would be very confused at the concept of a minimum and maximum for a normal distribution.)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
trigger setTriggerTimeout [min, mid, max, interruptable]
Groups:
Uncategorised

Syntax

Syntax:
Nothing
Parameters:
trigger: Object
[min, mid, max, interruptable]: Array
min: Number
mid: Number
max: Number
interruptable: Boolean
Return Value:
triggerTimeout, triggerTimeoutCurrent, createTrigger, setTriggerActivation, setTriggerArea, setTriggerStatements, setTriggerText, setTriggerType

Examples

Example 1:
_trigger setTriggerTimeout [5, 10, 7, false];

Additional Information

See also:
See also needed

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