on_vehicle_destroyed
Fired when a vehicle is destroyed.
Entry Information
| Property | Value |
|---|---|
| Entry ID | on_vehicle_destroyed |
| Type | Event |
| Color | Red |
| Icon | fa6-solid:explosion |
Description
This event is fired when a vehicle is destroyed, either through combat damage or other means. Use this to trigger cleanup actions, announcements, or respawn logic.
Fields
This entry has no custom fields beyond the standard fields (id, name, comment, group).
Usage Example
- entry: on_vehicle_destroyed
name: "On Vehicle Destroyed"
comment: "Fired when a vehicle is destroyed"
group: "vehicle_events"