getArtilleryComputerSettings: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Example)
(made prittier)
Line 15: Line 15:




|x1= <code>_artySettings = [[getArtilleryComputerSettings]]//_artySettings = ["Semi (medium)","HE Mortar Shells",0]</code>|= EXAMPLE1  
|x1= <code>[[hint]] [[str]] [[getArtilleryComputerSettings]]; //["Semi (medium)","HE Mortar Shells",0]</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 08:35, 28 April 2015

Hover & click on the images for description

Description

Description:
Returns settings from artillery computer currently opened by player.
Groups:
Uncategorised

Syntax

Syntax:
getArtilleryComputerSettings
Return Value:
Array

Examples

Example 1:
hint str getArtilleryComputerSettings; //["Semi (medium)","HE Mortar Shells",0]

Additional Information

See also:
shownArtilleryComputerenableEngineArtillerycommandArtilleryFiredoArtilleryFiregetArtilleryETAinRangeOfArtillerygetArtilleryAmmo

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