ResetVehicleExplosionTime: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: {{Server function}} __NOTOC__ Resets the vehicle explosion time ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleExplosionTime ( vehicle theVehicle ) </syntaxhighlight> ===Required Arguments=== *'''theV...)
(No difference)

Revision as of 11:47, 11 April 2009

Resets the vehicle explosion time

Syntax

bool resetVehicleExplosionTime ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle you wish to reset the explosion time from.

Returns

Returns true if the vehicle explosion time has been reset, false if it failed to reset the explosion time.

Example

--TODO

See Also