position inRangeOfArtillery [[units], magazineType]

Operand types

position: Position
[[units], magazineType] : Array

Type of returned value

Description

Returns true if all given units are able to fire at given position with given magazineType.

  • [units]: Array of units

  • magazineType: String

Used In

Arma3

Example

_isInRange = getMarkerPos "myTarget" inRangeOfArtillery [[myArty], "32Rnd_155mm_Mo_shells"];
Search OFPEC COMREF