inRangeOfArtillery: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
|0.50
|version1= 0.50
|arg= global
|arg= global


|gr1= Artillery
|gr1= Artillery


| 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.


| 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]]
|r1= [[Boolean]]


|p5= magazineType '''(Case Sensitive)''': [[String]]
|x1= <sqf>_isInRange = getMarkerPos "myTarget" inRangeOfArtillery [[myArty], "32Rnd_155mm_Mo_shells"];</sqf>


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


|x1= <code>_isInRange = getMarkerPos "myTarget" inRangeOfArtillery <nowiki>[[</nowiki>myArty<nowiki>]</nowiki>, "32Rnd_155mm_Mo_shells"<nowiki>]</nowiki>
{{Note
</code>
|user= Waffle SS.
 
|timestamp= 20150710194600
|seealso= [[getArtilleryAmmo]], [[commandArtilleryFire]], [[doArtilleryFire]], [[enableEngineArtillery]], [[getArtilleryComputerSettings]], [[shownArtilleryComputer]], [[getArtilleryETA]]
|text= Using an empty artillery vehicle will return false.
}}
}}
<!-- CONTINUE Notes -->
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on July 10, 2015 - 19:46 (UTC)</dd>
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt>
<dd class="note">
Using an empty artillery vehicle will return false.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

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.