mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e8693c8db9
* configOf * replace some use of CBA_fnc_getObjectConfig |
||
---|---|---|
.. | ||
functions | ||
UI | ||
$PBOPREFIX$ | ||
CfgEventHandlers.hpp | ||
CfgVehicles.hpp | ||
CfgWeapons.hpp | ||
config.cpp | ||
initSettings.sqf | ||
README.md | ||
script_component.hpp | ||
stringtable.xml | ||
XEH_missionDisplayLoad.sqf | ||
XEH_postInit.sqf | ||
XEH_preInit.sqf | ||
XEH_PREP.hpp | ||
XEH_preStart.sqf |
ace_trenches
Adds item 'ACE_entrenchingtool' Adds 2 trenches; Envelope - Small & Envelop - Big
Whitelist surfaces for digging
Single surfaces can be whitelisted by adding ACE_canDig = 1
into CfgSurfaces
.
Example:
class CfgSurfaces {
class myAwesomeSurface {
ACE_canDig = 1;
};
};
Maintainers
The people responsible for merging changes to this component or answering potential questions.