ACE3/addons/tacticalladder/XEH_preInit.sqf

17 lines
288 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(cancelTLdeploy);
PREP(confirmTLdeploy);
PREP(deployTL);
PREP(handleKilled);
PREP(handleInteractMenuOpened);
PREP(handlePlayerChanged);
PREP(handleScrollWheel);
PREP(handleUnconscious);
PREP(pickupTL);
PREP(positionTL);
ADDON = true;