mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fdf0ff2d24
Fixed: Bullet build Fixed: results are all 0=true, -1=failure, otherwise its a dispatch message.
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
#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; |