setMarkerAutoSizeLocal (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.
Syntax
- Syntax:
- markername setMarkerAutoSizeLocal autosize
- Parameters:
- markername: String
- autosize: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
"startMarker" setMarkerAutoSizeLocal true
Additional Information
- Multiplayer:
- The marker is only modified on the computer where the command is called.
- See also:
- setMarkerAutoSize

