getArtilleryETA

From Bohemia Interactive Community
Revision as of 22:20, 25 August 2013 by Kylania (talk | contribs) (Syntax was wrong for current version of command.)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns ETA in seconds for given artillery unit, it's magazineType and target position.
Groups:
Uncategorised

Syntax

Syntax:
unit getArtilleryETA [position targetObject, magazineType]
Parameters:
unit: Object
position targetObject: Position
magazineType: String
Return Value:
Number

Examples

Example 1:
_mortar getArtilleryETA [getPos _target, (getArtilleryAmmo [_mortar] select 0)];

Additional Information

See also:
See also needed

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

Notes

Bottom Section