ACE3/addons/captives/XEH_preInit.sqf

22 lines
374 B
Plaintext
Raw Normal View History

2015-02-03 02:04:50 +00:00
#include "script_component.hpp"
ADDON = false;
2015-02-03 06:42:34 +00:00
2015-02-03 02:04:50 +00:00
PREP(canFriskPerson);
PREP(canLoadCaptive);
PREP(canUnloadCaptive);
PREP(escortCaptive);
PREP(handleGetOut);
PREP(handleKnockedOut);
PREP(handlePlayerChanged);
PREP(handleWokeUp);
PREP(initPost);
PREP(initUnit);
PREP(loadCaptive);
PREP(openFriskMenu);
PREP(setCaptive);
PREP(surrender);
PREP(unloadCaptive);
ADDON = true;