setMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (<pre> to <code> + calmed Desc.)
No edit summary
Line 30: Line 30:
* "Color2_FD_F" (Light khaki)
* "Color2_FD_F" (Light khaki)
* "Color3_FD_F" (Light orange)
* "Color3_FD_F" (Light orange)
* "Color4_FD_F" (Light blue) |= Description
* "Color4_FD_F" (Light blue)
 
Arma 3
* "ColorBLUFOR"
* "ColorCivilian"
* "ColorIndependent"
* "ColorOPFOR"
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:52, 29 August 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