getMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(63 intermediate revisions by 14 users not shown)
Line 1: Line 1:
<h2 style="color:#000066"> '''getMarkerColour ''marker'''''</h2>
{{RV|type=command


|game1= ofp
|version1= 1.21


'''Operand types:'''
|game2= ofpe
|version2= 1.00


'''marker:''' [[String]]
|game3= arma1
|version3= 1.00


'''Type of returned value:'''
|game4= arma2
|version4= 1.00


[[String]]
|game5= arma2oa
|version5= 1.50


'''Description:'''
|game6= tkoh
|version6= 1.00


Gets the marker colour.
|game7= arma3
See [[setMarkerColor]]
|version7= 0.50


|gr1= Markers


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


_mColour = '''getMarkerColor''' "MarkerOne"
|s1= [[getMarkerColor]] markerName
 
|p1= markerName: [[String]] - marker name
 
|r1= [[String]]
 
|x1= <sqf>"MarkerOne" setMarkerColor "ColorBlack";
_color = getMarkerColor "MarkerOne"; // returns "ColorBlack"</sqf>
 
|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