Vehicle:Unspawn
Vehicle:Unspawn(vehicle: Entity)
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Entity |
Example
Events:Subscribe('Vehicle:Unspawn', function(vehicle)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)