getMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>")
m (Text replacement - "<code>([^<]*)\{\{ *codecomment *\|([^}]*) *\}\}([^<]*) *<\/code>" to "<code>$1$2$3</code>")
Line 34: Line 34:


|x1= <code>"MarkerOne" setMarkerColor "ColorBlack";
|x1= <code>"MarkerOne" setMarkerColor "ColorBlack";
_color = getMarkerColor "MarkerOne"; {{codecomment|// returns "ColorBlack"}}</code>
_color = getMarkerColor "MarkerOne"; // returns "ColorBlack"</code>


|seealso= [[setMarkerColor]] [[setMarkerColorLocal]]
|seealso= [[setMarkerColor]] [[setMarkerColorLocal]]
}}
}}

Revision as of 14:34, 12 May 2022

Hover & click on the images for description

Description

Description:
Returns marker color for given marker.
This command is identical to markerColor.
Groups:
Markers

Syntax

Syntax:
getMarkerColor markerName
Parameters:
markerName: String - marker name
Return Value:
String

Examples

Example 1:
"MarkerOne" setMarkerColor "ColorBlack"; _color = getMarkerColor "MarkerOne"; // returns "ColorBlack"

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