setMarkerSize
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.21
Description
- Description:
- Set marker size. Size is in format [a-axis, b-axis].
Syntax
- Syntax:
- "NameOfMarker" setMarkerSize [a-axis, b-axis]
- Parameters:
- NameOfMarker: String
- a/b-axis: Numbers. Size of marker
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerSize [100, 200]
Additional Information
- Multiplayer:
- Behaviour unknown.

