getArtilleryComputerSettings: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(made prittier)
m (template:command argument fix)
Line 12: Line 12:
| '''getArtilleryComputerSettings''' |= Syntax
| '''getArtilleryComputerSettings''' |= Syntax


| [[Array]] |= RETURNVALUE
| [[Array]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[shownArtilleryComputer]], [[enableEngineArtillery]], [[commandArtilleryFire]], [[doArtilleryFire]], [[getArtilleryETA]], [[inRangeOfArtillery]], [[getArtilleryAmmo]] |= SEEALSO
| [[shownArtilleryComputer]], [[enableEngineArtillery]], [[commandArtilleryFire]], [[doArtilleryFire]], [[getArtilleryETA]], [[inRangeOfArtillery]], [[getArtilleryAmmo]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:31, 7 April 2019

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