inRangeOfArtillery: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
|descr= Returns true if all given units are able to fire at given position with given magazineType.
|descr= Returns true if all given units are able to fire at given position with given magazineType.


|s1= pos '''inRangeOfArtillery''' <nowiki>[[</nowiki>unit], magazineType]
|s1= pos [[inRangeOfArtillery]] [units, magazineType]


|p1= pos: [[Position]]
|p1= pos: [[Position]]


|p2= <nowiki>[[</nowiki>unit], magazineType]: [[Array]]
|p2= units: [[Array]] - array of units.


|p3= [unit]: [[Array]] - Array of units.
|p3= magazineType: [[String]] - '''case-sensitive'''
 
|p4= unit: [[Object]]
 
|p5= magazineType '''(Case Sensitive)''': [[String]]


|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>_isInRange = getMarkerPos "myTarget" inRangeOfArtillery <nowiki>[[</nowiki>myArty<nowiki>]</nowiki>, "32Rnd_155mm_Mo_shells"<nowiki>]</nowiki>
|x1= <sqf>_isInRange = getMarkerPos "myTarget" inRangeOfArtillery [[myArty], "32Rnd_155mm_Mo_shells"];</sqf>
</code>


|seealso= [[getArtilleryAmmo]], [[commandArtilleryFire]], [[doArtilleryFire]], [[enableEngineArtillery]], [[getArtilleryComputerSettings]], [[shownArtilleryComputer]], [[getArtilleryETA]]
|seealso= [[getArtilleryAmmo]] [[commandArtilleryFire]] [[doArtilleryFire]] [[enableEngineArtillery]] [[getArtilleryComputerSettings]] [[shownArtilleryComputer]] [[getArtilleryETA]]
}}
}}


<dl class="command_description">
{{Note
 
|user= Waffle SS.
<dt></dt>
|timestamp= 20150710194600
<dd class="notedate">Posted on July 10, 2015 - 19:46 (UTC)</dd>
|text= Using an empty artillery vehicle will return false.
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt>
}}
<dd class="note">
Using an empty artillery vehicle will return false.
</dd>
 
</dl>

Revision as of 23:43, 28 June 2022

Hover & click on the images for description

Description

Description:
Returns true if all given units are able to fire at given position with given magazineType.
Groups:
Artillery

Syntax

Syntax:
pos inRangeOfArtillery [units, magazineType]
Parameters:
pos: Position
units: Array - array of units.
magazineType: String - case-sensitive
Return Value:
Boolean

Examples

Example 1:
_isInRange = getMarkerPos "myTarget" inRangeOfArtillery [[myArty], "32Rnd_155mm_Mo_shells"];

Additional Information

See also:
getArtilleryAmmo commandArtilleryFire doArtilleryFire enableEngineArtillery getArtilleryComputerSettings shownArtilleryComputer getArtilleryETA

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Waffle SS. - c
Posted on Jul 10, 2015 - 19:46 (UTC)
Using an empty artillery vehicle will return false.