createMarker

From Bohemia Interactive Community
Revision as of 02:12, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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 ]