setMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 65: Line 65:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERCOLOR]]
[[Category:Scripting Commands|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.96|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]]
[[Category:Scripting Commands OFP 1.46|SETMARKERCOLOR]]

Revision as of 12:12, 25 September 2014

Hover & click on the images for description

Description

Description:
Set marker color. Color is one of:
  • "Default"
  • "ColorBlack"
  • "ColorGrey"
  • "ColorRed"
  • "ColorRedAlpha" (Arma 2 only)
  • "ColorGreen"
  • "ColorGreenAlpha" (Arma 2 only)
  • "ColorBlue"
  • "ColorYellow"
  • "ColorOrange"
  • "ColorWhite"
  • "ColorPink"
  • "ColorBrown"
  • "ColorKhaki"
  • "ColorWEST"
  • "ColorEAST"
  • "ColorGUER"
  • "ColorCIV"
  • "ColorUNKNOWN"
  • "Color1_FD_F" (Light red)
  • "Color2_FD_F" (Light khaki)
  • "Color3_FD_F" (Light orange)
  • "Color4_FD_F" (Light blue)
Arma 3
  • "ColorBLUFOR"
  • "ColorCivilian"
  • "ColorIndependent"
  • "ColorOPFOR"
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
"MarkerOne" setMarkerColor "ColorBlack";

Additional Information

See also:
setMarkerBrushcreateMarkersetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha

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