We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bde05c commit 65c39ffCopy full SHA for 65c39ff
docs/wiki/framework/xm157-framework.md
@@ -14,6 +14,7 @@ version:
14
15
## 1. Config Values
16
17
+### 1.1 Scope config
18
19
```cpp
20
class CfgWeapons {
@@ -52,4 +53,15 @@ class CfgWeapons {
52
53
};
54
55
56
+
57
+```
58
+### 1.2 Ammo Config
59
+Shells can be set to airburst based on lased distance
60
61
+```cpp
62
+class myAmmo: G_40mm_HE {
63
+ class Eventhandlers {
64
+ fired = QUOTE(call ace_xm157_fnc_airburst_ammoFired);
65
+ };
66
+};
67
```
0 commit comments