BIS fnc colorMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
m (Text replacement - " {2,}\}\}" to " }}")
Line 28: Line 28:


|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_changeColorMarker]] [[BIS_fnc_getMarkers]] [[BIS_fnc_getMarkerState]]
|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_changeColorMarker]] [[BIS_fnc_getMarkers]] [[BIS_fnc_getMarkerState]]
}}
}}



Revision as of 00:47, 19 January 2021

Hover & click on the images for description

Description

Description:
Changes color of a marker with a little effect
Execution:
spawn
Groups:
Map and Markers

Syntax

Syntax:
[marker, color, duration] spawn BIS_fnc_colorMarker
Parameters:
marker: String - Marker
color: String - Color from CfgMarkerColors
duration: Number - (Optional, default 1) Duration of the transition
Return Value:
Nothing

Examples

Example 1:
["BIS_marker","ColorRed",2] spawn BIS_fnc_colorMarker;

Additional Information

See also:
BIS_fnc_blinkMarker BIS_fnc_changeColorMarker BIS_fnc_getMarkers BIS_fnc_getMarkerState

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