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.