createMarker
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Creates a new marker at the given position. The marker name has to be unique.
Syntax
Examples
Additional Information
- Multiplayer:
- createMarker is global, use createMarkerLocal if you want to create a marker locally
- See also:
- setMarkerBrush, setMarkerColor, setMarkerDir, setMarkerPos, setMarkerShape, setMarkerSize, setMarkerText, setMarkerType
Notes
Notes
Notes
-
To create a marker you need to define at least the following three settings:
_markerobj = createMarker["markername",[_Xpos,_Ypos]] _markerobj setMarkerShape "ICON" "markername" setMarkerType "DOT"

