Execute following commands to see the output of the command. For UAV it doesn't return the GBU bombs.
myv = "B_UAV_02_CAS_F" createVehicle position player; hint str magazinesAmmoFull myv
[["Laserbatteries",1,true,65536,"Laserdesignator_mounted"]]
myv = "I_Plane_Fighter_03_CAS_F" createVehicle position player; hint str magazinesAmmoFull myv
[["300Rnd_20mm_shells",300,true,65536,"gatling_20mm"],["2Rnd_LG_scalpel",2,true,65536,"missiles_SCALPEL"],["2Rnd_AAA_missiles",2,true,65536,"missiles_ASRAAM"],["2Rnd_GBU12_LGB_MI10",2,true,65536,"GBU12BombLauncher"],["120Rnd_CMFlare_Chaff_Magazine",120,true,65536,"CMFlareLauncher"]]