OnVehicleRespawn

From Multi Theft Auto: Wiki
Revision as of 06:02, 30 December 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

This event is triggered when a vehicle is respawned due. See toggleVehicleRespawn.

Parameters

bool exploded
  • exploded: true if this vehicle respawned because it exploded, false if it respawned due to being deserted.

Source

The source of this event is the vehicle that respawned.

Example

This example does...

--This line does...
blah()
--This line does this...
mooo

See Also

Shared