getMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(51 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.21


|1.21|= Game version
|game2= ofpe
|version2= 1.00


|arg= local |= Arguments in MP
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Returns the color of a given map marker. |= Description
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| [[String]] <nowiki>=</nowiki> '''getMarkerColor''' "marker" |= Syntax
|game5= arma2oa
|version5= 1.50


|p1= marker: [[String]] - marker name |= Parameter 1
|game6= tkoh
|version6= 1.00


| [[String]] - 
|game7= arma3
The returned color is one of "Default", "ColorBlack", "ColorRed", "ColorRedAlpha", "ColorGreen", "ColorGreenAlpha", "ColorBlue", "ColorYellow" and "ColorWhite" |= Return value
|version7= 0.50
____________________________________________________________________________________________
 
|x1= <pre>"MarkerOne" setMarkerColor "ColorBlack"


_color = getMarkerColor "MarkerOne"</pre>
|gr1= Markers


returns "ColorBlack" |= Example 1
|descr= Returns marker color for given marker.
____________________________________________________________________________________________
{{Feature|informative|This command is identical to [[markerColor]].}}


| [[setMarkerColor]] |= See also
|s1= [[getMarkerColor]] markerName


}}
|p1= markerName: [[String]] - marker name


<h3 style="display:none">Notes</h3>
|r1= [[String]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>"MarkerOne" setMarkerColor "ColorBlack";
</dl>
_color = getMarkerColor "MarkerOne"; // returns "ColorBlack"</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[setMarkerColor]] [[setMarkerColorLocal]]
[[Category:Scripting Commands|GETMARKERCOLOR]]
}}
[[Category:Scripting Commands OFP 1.96|GETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.46|GETMARKERCOLOR]]
[[Category:Scripting Commands ArmA|GETMARKERCOLOR]]
[[Category:Command Group: Markers|GETMARKERCOLOR]]

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