setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETMARKERDIR]]
[[Category:Scripting Commands ArmA|SETMARKERDIR]]


<new command not populated>


<h2 style="color:#000066">'''''name'' setMarkerDir ''angle'''''</h2>


<h2 style="color:#000066">''''' SetMarkerDir'''''</h2>


'''Operand types:'''


'''Operand types:'''
'''name:''' [[String]]
 
'''angle:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''


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


'''Example:'''
'''Example:'''
"Marker1" '''setMarkerDir''' 90

Revision as of 14:20, 3 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