markerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#M|COMREF]]
<h2 style="color:#000066">'''markerType ''markerName'''''</h2>
<h2 style="color:#000066">'''markerType ''markerName'''''</h2>


'''Operand types:'''
'''Operand types:'''


markerName: [[String]]
'''markerName:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 11: Line 14:
'''Description:'''
'''Description:'''


Get type of marker. See [[setMarkerType]].
Get type of marker.
 
'''Note:''' This function is identical to [[getMarkerType]].


''Note:'' This function is identical to [[getMarkerType]].


'''Example:'''
'''Example:'''


? '''markerType''' "MarkerOne" == "Dot" : "MarkerOne" setMarkerType "Arrow"
? '''markerType''' "MarkerOne" == "Dot" : "MarkerOne" [[setMarkerType]] "Arrow"

Revision as of 03:43, 16 April 2006

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"