GBU and DAGR guidance initializations.

This commit is contained in:
jaynus 2015-01-19 20:16:33 -08:00
parent 16a296e92b
commit c5d03ce2c0
2 changed files with 12 additions and 5 deletions

View File

@ -5,7 +5,14 @@ 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);
};
switch _weapon do {
case "missiles_DAGR": {
_this call FUNC(guidance_DAGR);
};
case "GBU12BombLauncher": {
_this call FUNC(guidance_LGB);
};
};
//_this call FUNC(guidance_HellfireII);

View File

@ -1,4 +1,4 @@
#define DEBUG_MODE_FULL
//#define DEBUG_MODE_FULL
#include "script_component.hpp"
FUNC(guidance_Hellfire_LOAL_HI_PFH) = {