getPylonMagazines: Difference between revisions
Jump to navigation
Jump to search
m (category) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Return array of magazines on pylons |= | |Return array of magazines on pylons |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''getPylonMagazines''' vehicle |= | | '''getPylonMagazines''' vehicle |SYNTAX= | ||
|p1= vehicle: [[Object]] |= | |p1= vehicle: [[Object]] |PARAMETER1= | ||
| [[Array]] of [[String]]s (magazine classnames) |= | | [[Array]] of [[String]]s (magazine classnames) |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[getPylonMagazines]] ([[vehicle]] [[player]]) </code> |= | |x1= <code>[[getPylonMagazines]] ([[vehicle]] [[player]]) </code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Arma 3 Vehicle Loadouts]],[[getCompatiblePylonMagazines]],[[setAmmoOnPylon]],[[ammoOnPylon]],[[animatePylon]],[[animateBay]],[[setPylonsPriority]],[[setPylonLoadOut]] |= | | [[Arma 3 Vehicle Loadouts]],[[getCompatiblePylonMagazines]],[[setAmmoOnPylon]],[[ammoOnPylon]],[[animatePylon]],[[animateBay]],[[setPylonsPriority]],[[setPylonLoadOut]] |SEEALSO= | ||
}} | }} |
Revision as of 14:40, 7 April 2019
Description
- Description:
- Return array of magazines on pylons
- Groups:
- Uncategorised
Syntax
- Syntax:
- getPylonMagazines vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Array of Strings (magazine classnames)
Examples
- Example 1:
getPylonMagazines (vehicle player)
Additional Information
- See also:
- Arma 3 Vehicle LoadoutsgetCompatiblePylonMagazinessetAmmoOnPylonammoOnPylonanimatePylonanimateBaysetPylonsPrioritysetPylonLoadOut
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
- Posted on May 12, 2017 - 19:58 (UTC)
- AgentRev
- The indexes of the returned array's elements are relative to the pylon indexes, such that element 0 is pylon 1, element 1 is pylon 2, etc.