getMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(5 intermediate revisions by the same user not shown)
Line 25: Line 25:


|descr= Returns marker color for given marker.
|descr= Returns marker color for given marker.
{{Feature | Informative | This command is identical to [[markerColor]].}}
{{Feature|informative|This command is identical to [[markerColor]].}}


|s1= [[getMarkerColor]] markerName
|s1= [[getMarkerColor]] markerName
Line 33: Line 33:
|r1= [[String]]
|r1= [[String]]


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


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

Latest revision as of 19:11, 15 March 2024

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