Page MenuHomeFeedback Tracker

Error Missing ; when using addMagazineAmmoCargo
Closed, ResolvedPublic

Description

https://community.bistudio.com/wiki/addMagazineAmmoCargo

Documentation says it was added in 1.29 ... was this never merged into the main branch for the 1.30 release?

How do I tell from the wiki that a command is only available in dev branch? Or is it not supposed to be in the public documentation if it's not available on the main branch?

To be fair, it's not listed in the index at:

https://community.bistudio.com/wiki/Category:Scripting_Commands_Arma_3

But can't hide from Google's crawler :-)

Details

Legacy ID
443456866
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce

removeBackpack player;
player addBackpack "B_FieldPack_oucamo";
private ["_backpack"];
_backpack = backpackContainer player;
_backpack addMagazineAmmoCargo ["30Rnd_65x39_caseless_mag", 2, 5];

Event Timeline

micovery edited Steps To Reproduce. (Show Details)Oct 1 2014, 7:44 PM
micovery edited Additional Information. (Show Details)
micovery set Category to Scripting.
micovery set Reproducibility to Always.
micovery set Severity to None.
micovery set Resolution to No Bug.
micovery set Legacy ID to 443456866.May 7 2016, 7:32 PM

The only thing that made it to 1.30 was the multiplayer desync fixes.

There was some mix up with arma versions because of some hotfix. I changed version to 1.31, lets hope it will make it to the next stable.

Mass-closing all resolved issues not updated in the last month.

Please PM me in BI Forums (http://forums.bistudio.com/member.php?55374-Fireball) if you feel your bug was closed in error.