setMarkerLayers (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Sets marker layers (multiple icons all of which are drawn).
Syntax
- Syntax:
- markername setMarkerLayers iconnames
- Parameters:
- markername: String
- iconnames: Array of Strings
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerLayers ["pic1.paa","pic2.paa"]
Additional Information
- Multiplayer:
- The marker is modified on all computers in a network session.
- See also:
- setMarkerLayersLocal

