mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
//#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 };
|
|
if(_weapon == "missiles_DAGR") then {
|
|
//_this call FUNC(guidance_DAGR);
|
|
_this call FUNC(guidance_HellfireII);
|
|
}; |