markerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands OFP 1.96|MARKERCOLOR]]
[[Category:Scripting Commands OFP 1.96|MARKERCOLOR]]
[[Category:Scripting Commands ArmA|MARKERCOLOR]]
[[Category:Scripting Commands ArmA|MARKERCOLOR]]
{{Command|= Comments
____________________________________________________________________________________________


| ofpr |= Game name


<h2 style="color:#000066">'''markerColor ''markername'''''</h2>
|1.5|= Game version
____________________________________________________________________________________________


| Get marker colour. See [[setMarkerColor]]. Note: This function is identical to [[getMarkerColor]]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''markerColor''' markername |= Syntax


'''markerName:''' [[String]]
|p1= markerName: [[String]] |= Parameter 1


'''Type of returned value:'''
| [[String]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>? markerColor "MarkerOne" [[==]] "ColorRed" : [[player]] setFace "Marilyn"</pre> |= Example 1
____________________________________________________________________________________________


[[String]]
|  |= See also


'''Compatibility:'''
}}


Added in version '''1.50'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Get marker colour.
<h3 style="display:none">Bottom Section</h3>
 
See [[setMarkerColor]].
 
'''Note:''' This function is identical to [[getMarkerColor]].
 
 
'''Example:'''
 
? '''markerColor''' "MarkerOne" [[ a == b | ==]] "ColorRed" : [[player]] '''setFace''' "Marilyn"

Revision as of 00:42, 2 August 2006


Hover & click on the images for description

Description

Description:
Get marker colour. See setMarkerColor. Note: This function is identical to getMarkerColor.
Groups:
Uncategorised

Syntax

Syntax:
markerColor markername
Parameters:
markerName: String
Return Value:
String

Examples

Example 1:
? markerColor "MarkerOne" [[==]] "ColorRed" : [[player]] setFace "Marilyn"

Additional Information

See also:
See also needed

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

Notes

Bottom Section