setMarkerAutoSize (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:
- If autosize is true, markers will resize in proportion to current map zoom.
If false (default), markers will always stay the same size.
Only affects markers of type Tactical Marker.
Syntax
- Syntax:
- markername setMarkerAutoSize autosize
- Parameters:
- markername: String
- autosize: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
"startMarker" setMarkerAutoSize true
Additional Information
- Multiplayer:
- The marker is modified on all computers in a network session.
- See also:
- markerAutosize, setMarkerAutoSizeLocal

