markerColor

From Bohemia Interactive Community
Jump to navigation Jump to search
Introduced with Operation Flashpoint version 1.461.46
Hover & click on the images for descriptions

Description

Description:
Returns marker color for given marker. See also setMarkerColor.

Syntax

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

Examples

Example 1:
if (markerColor "Marker1" == "ColorRed") then { hint "Marker1 is red!" };

Additional Information

See also:
setMarkerColorsetMarkerColorLocal

Notes

i
Only post proven facts here. Report bugs on the feedback tracker. Use the Talk page or the Forums for discussions.

Notes

Bottom Section