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}}")
 
(57 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|G]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97|G]]
[[Category:Scripting Commands OFP 1.46|G]]
[[Category:Scripting Commands ArmA|G]]


|game1= ofp
|version1= 1.21


<h2 style="color:#000066"> '''getMarkerColour ''marker'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''marker:''' [[String]]
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[String]]
|game7= arma3
|version7= 0.50


'''Compatibility:'''
|gr1= Markers


Added in version '''1.21'''
|descr= Returns marker color for given marker.
{{Feature|informative|This command is identical to [[markerColor]].}}


'''Description:'''
|s1= [[getMarkerColor]] markerName


Gets the marker colour.
|p1= markerName: [[String]] - marker name


See [[setMarkerColor]]
|r1= [[String]]


|x1= <sqf>"MarkerOne" setMarkerColor "ColorBlack";
_color = getMarkerColor "MarkerOne"; // returns "ColorBlack"</sqf>


'''Example:'''
|seealso= [[setMarkerColor]] [[setMarkerColorLocal]]
 
}}
_mColour = '''getMarkerColor''' "MarkerOne"

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