remove array from cookoff doc event

This commit is contained in:
PabstMirror 2020-01-10 09:51:14 -06:00 committed by GitHub
parent 941d46b334
commit 4fd927ff6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,9 +101,9 @@ MenuType: 0 = Interaction, 1 = Self Interaction
| Event Key | Parameters | Locality | Type | Description |
|----------|---------|---------|---------|---------|---------|
|`ace_cookoff_cookOff` | [_vehicle] | Global | Listen | Vehicle cook off has started
|`ace_cookoff_cookOffBox` | [_box] | Global | Listen | Ammo box cook off has started
|`ace_cookoff_engineFire` | [_vehicle] | Global | Listen | Engine fire has started
|`ace_cookoff_cookOff` | _vehicle | Global | Listen | Vehicle cook off has started
|`ace_cookoff_cookOffBox` | _box | Global | Listen | Ammo box cook off has started
|`ace_cookoff_engineFire` | _vehicle | Global | Listen | Engine fire has started
## 3. Usage
Also Reference [CBA Events System](https://github.com/CBATeam/CBA_A3/wiki/Custom-Events-System){:target="_blank"} documentation.