A3XAI-Final/A3XAI/compile/A3XAI_addLandVehEH.sqf
Snark Industries c4a7084754 A3XAI Final Release (April 17, 2016 version)
Releasing previously unreleased version. Completely unsupported with no guarantee of functionality. Use at own risk.
2017-07-19 21:20:00 -04:00

8 lines
233 B
Plaintext

#include "\A3XAI\globaldefines.hpp"
if (isNull _this) exitWith {};
_this addEventHandler ["Killed","[(_this select 0),true] call A3XAI_vehDestroyed"];
_this addEventHandler ["HandleDamage","_this call A3XAI_handleDamageVeh"];
true