getMarkerColor

From Bohemia Interactive Community
Revision as of 14:59, 4 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


getMarkerColour marker


Operand types:

marker: String

Type of returned value:

String

Compatibility:

Added in version 1.21

Description:

Gets the marker colour.

See setMarkerColor


Example:

_mColour = getMarkerColor "MarkerOne"