getCompatiblePylonMagazines

From Bohemia Interactive Community
Revision as of 17:28, 8 June 2017 by Reyhard_bi_wiki (talk | contribs) (added getCompatiblePylonMagazines description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.71|1.71]]
Hover & click on the images for description

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]]

Notes

Bottom Section