setMarkerColor

From Bohemia Interactive Community
Revision as of 21:31, 1 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


marker setMarkerColor color


Operand types:

marker: String

color: String

Type of returned value:

Nothing

Compatibility:

Added in version 1.21

Description:

Set marker color. Color is one of:

  • "Default"
  • "ColorBlack"
  • "ColorRed"
  • "ColorRedAlpha"
  • "ColorGreen"
  • "ColorGreenAlpha"
  • "ColorBlue"
  • "ColorYellow"
  • "ColorWhite"


Example:

"MarkerOne" setMarkerColor "ColorBlack"