createMarker: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|CREATEMARKER]] | [[Category:Scripting Commands ArmA|CREATEMARKER]] | ||
<h2 style="color:#000066">''' createMarker ''[name, position]'''''</h2> | |||
'''Operand types:''' | |||
''' | '''[name, position]:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[String]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Creates a new marker on the given position. | |||
The marker name has to be unique. | |||
'''Example:''' | '''Example:''' | ||
marker = '''createMarker''' [Marker1, [[position]] [[player]] ] |