ACE3/addons/backpacks/XEH_postInit.sqf

4 lines
123 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
["backpackOpened", {_this call FUNC(backpackOpened)}] call EFUNC(common,addEventHandler);