getMarkerSize
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:
- Returns the size of a given marker.
Syntax
- Syntax:
- Array = getMarkerSize "MarkerName"
- Parameters:
- MarkerName: String
- Return Value:
- Array - The returned array contains two values: [a,b] where a is the size in the markers a-axis, b the size in its b-axis (in meters).
Examples
- Example 1:
"MarkerOne" setMarkerSize [100,200] _size = getMarkerSize "MarkerOne"
returns [100,200]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- setMarkerSize

