//#define DEBUG_MODE_FULL #include "script_component.hpp" //_this=[TEST_AI_HELICOPTER,"missiles_DAGR","missiles_DAGR","Far_AI","M_PG_AT","24Rnd_PG_missiles",163988: rocket_01_fly_f.p3d] TRACE_1("enter", _this); PARAMS_7(_shooter,_weapon,_muzzle,_mode,_ammo,_magazine,_projectile); if(!local _shooter) exitWith { false }; switch _ammo do { case "M_PG_AT": { // Vanilla DAGR missile _this call FUNC(guidance_DAGR); }; case "ACE_Hydra70_DAGR": { // ACE DAGR _this call FUNC(guidance_DAGR); }; case "ACE_Hellfire_AGM114K": { // ACE Hellfire AGM-114K _this call FUNC(guidance_HellfireII); }; case "GBU12BombLauncher": { _this call FUNC(guidance_LGB); }; };