Returns list of lists detailing weapons in a ruck.
_unit | Unit owning ruck to pack weapon into [Object] |
_last | Return saved value from before respawn. Useful for some respawn scripts. (Optional) [Boolean] |
List of lists. Each sublist contains weapon name and count.
_WeaponsList = [BOB] call ACE_fnc_RuckWeaponsList; { hint format["Name %1, Count %2", _x select 0, _x select 1]; } forEach _WeaponsList;
tcp, © 2010