markerType

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


markerType markerName


Operand types:

markerName: String

Type of returned value:

String

Compatibility:

Added in version 1.50

Description:

Get type of marker.

Note: This function is identical to getMarkerType.


Example:

? markerType "MarkerOne" == "Dot" : "MarkerOne" setMarkerType "Arrow"