markerColor

From Bohemia Interactive Community
Revision as of 13:21, 29 October 2024 by Lou Montana (talk | contribs) (Add custom colour info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns colour of the given marker. See also setMarkerColor/Local.
Groups:
Markers

Syntax

Syntax:
markerColor markerName
Parameters:
markerName: String
Return Value:
String

Examples

Example 1:
if (markerColor "Marker1" == "ColorRed") then { hint "Marker1 is red!" };
Example 2:
"mySuperMarker" setMarkerColor "#(0,1000,0,0.50000)"; // full green, 50% alpha private _colour = markerColor "mySuperMarker"; // return properly-formatted custom value, here #(0,1,0,0.5) if (_colour select [0, 1] == "#") then { hint "this marker has a custom colour!" };

Additional Information

See also:
setMarkerColor setMarkerColorLocal

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