mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
392a0770b3
* Add destroyed boat ejecting * Delete EH global cleanup * Add check explosiveness * Optimize EH * Move EH to function, remove config values * Move code to cookoff * Use macro for explosiveness * Fix include
10 lines
177 B
C++
10 lines
177 B
C++
|
|
PREP(handleDamage);
|
|
PREP(engineFire);
|
|
PREP(cookOff);
|
|
PREP(cookOffBox);
|
|
PREP(blowOffTurret);
|
|
PREP(detonateAmmunition);
|
|
PREP(getVehicleAmmo);
|
|
PREP(handleDamageEjectIfDestroyed);
|