2015-05-09 20:32:36 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
// Handle damage to local vehicles
|
|
|
|
[QGVAR(hp), FUNC(dispatchHitPart)] call EFUNC(common,addEventHandler);
|
|
|
|
|
2015-05-10 16:51:16 +00:00
|
|
|
[FUNC(monitorResultsPFH), 0, []] call CBA_fnc_addPerFrameHandler;
|