BIS fnc blinkMarker: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\{\{cc\|([^{}]+)\}\} *<\/code>" to "<code>$1// $2</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
||
Line 18: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>["BIS_marker", 3, 10] spawn BIS_fnc_blinkMarker; // blinks '''10''' times using '''3''' seconds intervals</sqf> | ||
|x2= < | |x2= <sqf>["BIS_marker"] spawn BIS_fnc_blinkMarker; // keeps blinking</sqf> | ||
|exec= spawn | |exec= spawn |
Revision as of 22:44, 12 July 2022
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:
- Example 2:
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