ACE3/addons/reloadlaunchers/XEH_preInit.sqf

12 lines
171 B
Plaintext
Raw Normal View History

2015-03-18 17:25:53 +00:00
#include "script_component.hpp"
ADDON = false;
2015-03-22 13:05:31 +00:00
PREP(addMissileReloadActions);
2015-03-18 19:17:53 +00:00
PREP(canLoad);
2015-03-18 20:33:00 +00:00
PREP(getLoadableMissiles);
2015-03-18 19:17:53 +00:00
PREP(load);
PREP(reloadLauncher);
2015-03-18 17:25:53 +00:00
ADDON = true;