getCompatiblePylonMagazines
Jump to navigation
Jump to search
Description
- Description:
- Get array of compatible pylon magazines
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicle getCompatiblePylonMagazines pylon
- Parameters:
- vehicle: Object
- pylon: Number or String
- 0 - returns array of arrays containing all compatible magazines
- x>1 - returns array of compatible magazines for third pylon
- String - classname of pylon from the
- Return Value:
- Array
Examples
- Example 1:
vehicle player getCompatiblePylonMagazines 0; // returns array of arrays containing all compatible magazines
- Example 2:
vehicle player getCompatiblePylonMagazines 3; // returns array of compatible magazines for third pylon
- Example 3:
vehicle player getCompatiblePylonMagazines "Pylons1"; // returns array of compatible magazines for Pylon1 located in TransportPylonsComponent >> Pylons class
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
[[Category:Introduced with arma3dev version 1.71]][[ Category: arma3dev: New Scripting Commands | GETCOMPATIBLEPYLONMAGAZINES]][[ Category: arma3dev: Scripting Commands | GETCOMPATIBLEPYLONMAGAZINES]]