mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
91bd1e7c7b
Changed: Logging cleanup, default files and paths. Changed: initialization order of plugin (PRE-Init for vehicle registration).
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
#include "script_component.hpp"
|
|
|
|
// Handle damage to local vehicles
|
|
[QGVAR(hp), FUNC(dispatchHitPart)] call EFUNC(common,addEventHandler);
|
|
|
|
[FUNC(monitorResultsPFH), 0, []] call CBA_fnc_addPerFrameHandler; |