setMarkerShape: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETMARKERSHAPE]] | [[Category:Scripting Commands ArmA|SETMARKERSHAPE]] | ||
<h2 style="color:#000066">'''''name'' setMarkerShape ''shape'''''</h2> | |||
'''Operand types:''' | |||
''' | '''name:''' [[String]] | ||
'''shape:''' [[String]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Selects the shape (type) of the marker. Shape can be "ICON", "RECTANGLE" or "ELLIPSE". | |||
'''Example:''' | '''Example:''' | ||
"Marker1" '''setMarkerShape''' "RECTANGLE" |