createMine
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Creates a mine of the given type (type is the name of the subclass of CfgVehicles). If the markers array contains several marker names, the position of a random one is used, otherwise, the given position is used. The mine is placed inside a circle with this position as its center and placement as its radius.
Syntax
- Syntax:
- Object = createMine ["type", Position, markers, placement]
- Parameters:
- type: String
- Position
- markers: Array
- placement: Number radius
- Return Value:
- Object
Examples
Additional Information
- Multiplayer:
- Behaviour unknown.

