setMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERCOLOR]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETMARKERCOLOR]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]]
[[Category:Scripting Commands ArmA|SETMARKERCOLOR]]
 
 
<h2 style="color:#000066">'''''marker'' setMarkerColor ''color'''''</h2>
 
 
'''Operand types:'''
 
'''marker:''' [[String]]
 
'''color:''' [[String]]
 
'''Type of returned value:'''
 
[[Nothing]]
 
'''Compatibility:'''


Added in version '''1.21'''
| ofp |= Game name


'''Description:'''
|1.21|= Game version
 
____________________________________________________________________________________________
Set '''marker color'''.
'''Color''' is one of:


| Set marker color. Color is one of:
* '''"Default"'''
* '''"Default"'''
* '''"ColorBlack"'''
* '''"ColorBlack"'''
Line 36: Line 17:
* '''"ColorYellow"'''
* '''"ColorYellow"'''
* '''"ColorWhite"'''
* '''"ColorWhite"'''
|= Description
____________________________________________________________________________________________
| marker '''setMarkerColor''' color |= Syntax
|p1= marker: [[String]] |= Parameter 1
|p2= color: [[String]] |= Parameter 2
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"MarkerOne" setMarkerColor "ColorBlack"</pre> |= Example 1
____________________________________________________________________________________________
|  |= See also


}}


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


"MarkerOne" '''setMarkerColor''' '''"ColorBlack"'''
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.96|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]]
[[Category:Scripting Commands ArmA|SETMARKERCOLOR]]

Revision as of 00:21, 2 August 2006

Hover & click on the images for description

Description

Description:
Set marker color. Color is one of:
  • "Default"
  • "ColorBlack"
  • "ColorRed"
  • "ColorRedAlpha"
  • "ColorGreen"
  • "ColorGreenAlpha"
  • "ColorBlue"
  • "ColorYellow"
  • "ColorWhite"
Groups:
Uncategorised

Syntax

Syntax:
marker setMarkerColor color
Parameters:
marker: String
color: String
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerColor "ColorBlack"

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