BIS fnc blinkMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function|= Comments " to "{{Function|Comments= ")
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Map and Markers |GROUP1=")
Line 4: Line 4:


|1.78|Game version=
|1.78|Game version=
|gr1 = Map and Markers |GROUP1=


| Makes given marker blink. |Description=
| Makes given marker blink. |Description=

Revision as of 11:15, 10 October 2020

Hover & click on the images for description

Description

Description:
Makes given marker blink.
Execution:
spawn
Groups:
Map and Markers

Syntax

Syntax:
[marker, blinkDuration, blinkAmount] spawn BIS_fnc_blinkMarker
Parameters:
marker: String - marker's name
blinkDuration: Number - (Optional, default 1) a blink's time
blinkAmount: Number - (Optional, default 2) quantity of blinks
Return Value:
Nothing

Examples

Example 1:
["BIS_marker", 3, 10] spawn BIS_fnc_blinkMarker; // blinks 10 times using 3 seconds intervals
Example 2:
["BIS_marker"] spawn BIS_fnc_blinkMarker; // keeps blinking

Additional Information

See also:
setMarkerAlpha

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