ACE3/addons/vehicledamage/XEH_postInit.sqf

7 lines
246 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
// Handle damage to local vehicles
[QGVAR(hp), FUNC(dispatchHitPart)] call EFUNC(common,addEventHandler);
[] call FUNC(initializeExtension);
[FUNC(monitorResultsPFH), 0, []] call CBA_fnc_addPerFrameHandler;