ACE3/addons/sandbag/XEH_preInit.sqf
ulteq da28aa3c64 More sandbag features:
* You can now carry sandbags
* Different sandbag model during deployment (no geometry)
* Deploying sandbags now requires an appropriate surface
* Proper PhysX activation chain when you deploy/pickup sandbags
* Sandbags are now destructible
* Some stringtable fixes
2015-06-04 11:13:12 +02:00

15 lines
200 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(canDeploy);
PREP(carry);
PREP(deploy);
PREP(deployCancel);
PREP(deployConfirm);
PREP(drop);
PREP(handleScrollWheel);
PREP(pickup);
ADDON = true;