ACE3/addons/cargo/XEH_postInit.sqf

6 lines
284 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-08-22 14:45:50 +00:00
["LoadCargo", {_this call FUNC(loadItem)}] call EFUNC(common,addEventHandler);
["UnloadCargo", {_this call FUNC(unloadItem)}] call EFUNC(common,addEventHandler);
["AddCargoByClass", {_this call FUNC(addCargoItem)}] call EFUNC(common,addEventHandler);