IsVehicleBlown

From Multi Theft Auto: Wiki
Revision as of 14:37, 25 April 2009 by Talidan (talk | contribs) (New page: {{Server client function}} __NOTOC__ This function allows you to determine whether a vehicle is blown or still intact. ==Syntax== <syntaxhighlight lang="lua">bool isVehicleBlown ( vehicle theVehicle )</...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function allows you to determine whether a vehicle is blown or still intact.

Syntax

bool isVehicleBlown ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle that you want to obtain the blown status of.

Returns

Returns true if the vehicle specified has blown up, false if it is still intact or the vehicle specified is invalid.

Example

This page lacks an example

---add an example here

See Also