setMarkerColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Adding SeeAlso)
Line 36: Line 36:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[setMarkerBrush]], [[reateMarker]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]]
|= See also


}}
}}

Revision as of 07:28, 25 February 2012

Hover & click on the images for description

Description

Description:
Set marker color. Color is one of:
  • "Default"
  • "ColorBlack"
  • "ColorRed"
  • "ColorRedAlpha"
  • "ColorGreen"
  • "ColorGreenAlpha"
  • "ColorBlue"
  • "ColorYellow"
  • "ColorOrange"
  • "ColorWhite"
  • "ColorPink"
  • "ColorBrown"
  • "ColorKhaki"
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:
setMarkerBrushreateMarkersetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha

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