ACE3/addons/winddeflection/XEH_postInit.sqf

14 lines
275 B
Plaintext
Raw Normal View History

2015-07-22 08:04:54 +00:00
#include "script_component.hpp"
if (!hasInterface) exitWith {};
2015-07-22 08:04:54 +00:00
GVAR(trackedBullets) = [];
["SettingsInitialized", {
//If not enabled, dont't add PFEH
if (!GVAR(enabled)) exitWith {};
[] call FUNC(updateTrajectoryPFH);
}] call EFUNC(common,addEventHandler);