setMarkerShape: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
'''Description:'''
'''Description:'''


Selects the shape (type) of the marker. Shape can be "ICON", "RECTANGLE" or "ELLIPSE".  
Selects the shape (type) of the marker.
 
Shape can be "ICON", "RECTANGLE" or "ELLIPSE".  
 


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


"Marker1" '''setMarkerShape''' "RECTANGLE"
"Marker1" '''setMarkerShape''' "RECTANGLE"

Revision as of 21:25, 4 July 2006


name setMarkerShape shape


Operand types:

name: String

shape: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Selects the shape (type) of the marker.

Shape can be "ICON", "RECTANGLE" or "ELLIPSE".


Example:

"Marker1" setMarkerShape "RECTANGLE"