magazinesAmmoFull
Revision as of 19:35, 11 January 2021 by Lou Montana (talk | contribs) (Text replacement - "{{since" to "{{Since")
Notes
Bottom Section
- Posted on December 20, 2014 - 14:40 (UTC)
- Actium
-
When used on vehicles this will only return all magazines associated with a single turretPath (which one depends on the actual armament of the vehicle, usually the first armed turretPath or alternatively turretPath [-1]).
If you want to get all turrets' magazines, use allTurrets and magazinesTurret. --Actium (talk) 15:40, 20 December 2014 (CET) - Posted on February 10, 2015 - 04:40 (UTC)
- Pierre MGI
- As Actium said, this function seems to extract data from: configfile >> "CfgVehicles" >> _the_vehicle_you_want >> "Turrets" >> "MainTurret">> "magazines". Some vehicles return an empty field {} because magazines are in straight in: configfile >> "CfgVehicles" >> _the_vehicle_you_want >> "magazines" (often dedicated to flares only). This is the case of WY-55 Hellcat. This function returns an empty array.
- Posted on April 5, 2019 - 22:28 (UTC)
- Yuval
- This command does not include magazines loaded into weapons stored inside player's backpack (or every other container).