1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
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;