setMarkerSizeLocal
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.04
Description
- Description:
- Set marker size. Size is in format [a-axis, b-axis].
Syntax
- Syntax:
- markerName setMarkerSizeLocal [a-axis, b-axis]
- Parameters:
- markerName: String
- [a-axis, b-axis]: Array
- a-axis: Numbers. width of marker
- b-axis: Numbers. height of marker
- [a-axis, b-axis]: Array
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerSizeLocal [100, 200]
Additional Information
- Multiplayer:
- -
Notes
Notes