mirror of
https://github.com/SnarkIndustries/A3XAI-Final.git
synced 2024-08-30 17:22:13 +00:00
Releasing previously unreleased version. Completely unsupported with no guarantee of functionality. Use at own risk.
8 lines
233 B
Plaintext
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 |