From 4fd927ff6be67972de8a13555f02afe46058e20f Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 10 Jan 2020 09:51:14 -0600 Subject: [PATCH] remove array from cookoff doc event --- docs/wiki/framework/events-framework.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/framework/events-framework.md b/docs/wiki/framework/events-framework.md index 5c7a164d30..30feada6cf 100644 --- a/docs/wiki/framework/events-framework.md +++ b/docs/wiki/framework/events-framework.md @@ -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.