markerType

From Bohemia Interactive Community
Revision as of 03:43, 16 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

back to COMREF

markerType markerName


Operand types:

markerName: String

Type of returned value:

String

Description:

Get type of marker.

Note: This function is identical to getMarkerType.


Example:

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