mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fortify documentation (#7768)
* Update fortify documentation https://github.com/acemod/ACEX/pull/238 * Update docs/wiki/frameworkx/fortify-framework.md Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> * Update docs/wiki/frameworkx/fortify-framework.md Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
This commit is contained in:
parent
168728b2ca
commit
ce0701864c
@ -56,14 +56,16 @@ Adding it through `description.ext` you use:
|
||||
```cpp
|
||||
class ACEX_Fortify_Presets {
|
||||
class myMissionObjects {
|
||||
displayName = "My Preset";
|
||||
objects[] = {
|
||||
{"Sandbag", 5},
|
||||
{"Bunker", 50}
|
||||
};
|
||||
};
|
||||
};
|
||||
```
|
||||
|
||||
Then you will have to set the mission preset to `myMissionObjects` with `#ace-fortify blufor myMissionObjects` to enable it.
|
||||
Then you will have to set the mission preset to `myMissionObjects` by either using the Fortify editor module or the chat command: `#ace-fortify blufor myMissionObjects`.
|
||||
|
||||
## 1.3 Adding custom deploy handlers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user