getMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(33 intermediate revisions by 2 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


| Returns marker color for given marker.
|game3= arma1
{{Informative | This command is identical to [[markerColor]].}} |DESCRIPTION=
|version3= 1.00
____________________________________________________________________________________________


| [[getMarkerColor]] markerName |SYNTAX=
|game4= arma2
|version4= 1.00


|p1= markerName: [[String]] - marker name |PARAMETER1=
|game5= arma2oa
|version5= 1.50


| [[String]]|RETURNVALUE=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


|x1= <code>"MarkerOne" [[setMarkerColor]] "ColorBlack";
|game7= arma3
_color = [[getMarkerColor]] "MarkerOne"; {{codecomment|// returns "ColorBlack"}}</code> |EXAMPLE1=
|version7= 0.50
____________________________________________________________________________________________


| [[setMarkerColor]], [[setMarkerColorLocal]] |SEEALSO=
|gr1= Markers
}}
 
|descr= Returns marker color for given marker.
{{Feature|informative|This command is identical to [[markerColor]].}}
 
|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|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Markers|{{uc:{{PAGENAME}}}}]]

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