mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added events to overpressure-framework
This commit is contained in:
@ -34,3 +34,12 @@ class CfgWeapons {
|
|||||||
```
|
```
|
||||||
|
|
||||||
- You can note that the angle range and damage values are higher, that's because this is a cannon and the backblast area is bigger.
|
- You can note that the angle range and damage values are higher, that's because this is a cannon and the backblast area is bigger.
|
||||||
|
|
||||||
|
|
||||||
|
## 2. Events
|
||||||
|
|
||||||
|
### 2.1 Listenable
|
||||||
|
|
||||||
|
Event Name | Description | Passed Parameter(s) | Locality
|
||||||
|
---------- | ----------- | ------------------- | --------
|
||||||
|
`"overpressure"` | Overpressure damage inflicted | `[_firer, _position, _direction, _weapon]` | Target
|
||||||
|
Reference in New Issue
Block a user