setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:


Sets the orientation of the marker. Angle is in degrees.  
Sets the orientation of the marker. Angle is in degrees.  


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


"Marker1" '''setMarkerDir''' 90
"Marker1" '''setMarkerDir''' 90

Revision as of 21:23, 4 July 2006


name setMarkerDir angle


Operand types:

name: String

angle: Number

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the orientation of the marker. Angle is in degrees.


Example:

"Marker1" setMarkerDir 90