BIS fnc blinkMarker: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
||
Line 27: | Line 27: | ||
|seealso= [[setMarkerAlpha]] | |seealso= [[setMarkerAlpha]] | ||
}} | }} | ||
Revision as of 02:16, 2 February 2021
Description
- Description:
- Description needed
- Execution:
- spawn
- Groups:
- Map and Markers
Syntax
- Syntax:
- Syntax needed
- 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