ACE3/addons/trenches/README.md

23 lines
494 B
Markdown
Raw Normal View History

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:
```cpp
class CfgSurfaces {
class myAwesomeSurface {
ACE_canDig = 1;
};
};
```
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- [Grey](https://github.com/Grey-Soldierman)