createMarker: 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|CREATEMARKER]]
[[Category:Scripting Commands ArmA|CREATEMARKER]]


<new command not populated>


<h2 style="color:#000066">''' createMarker ''[name, position]'''''</h2>


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


'''Operand types:'''


'''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]] ]

Revision as of 02:12, 6 July 2006


createMarker [name, position]


Operand types:

[name, position]: Array

Type of returned value:

String

Compatibility:

Version 1.86 required.

Description:

Creates a new marker on the given position.

The marker name has to be unique.


Example:

marker = createMarker [Marker1, position player ]