Commands similar to get/setUnitLoadout, just for vehicles/containers.
Would allow us to get rid of something like this:
if !(local this) exitWith {}; clearWeaponCargoGlobal this; clearMagazineCargoGlobal this; clearItemCargoGlobal this; clearBackpackCargoGlobal this; { this addWeaponCargoGlobal _x; } forEach [["arifle_MX_GL_F", 1], ["arifle_MX_SW_F", 1], ["srifle_EBR_F", 1], ["srifle_LRR_F", 1], ["srifle_DMR_02_F", 1], ["launch_NLAW_F", 1], ["arifle_MX_F", 2]]; ...... ...... { this addBackpackCargoGlobal _x; } forEach [["B_Kitbag_rgr", 2]];