IsVehicleBlown: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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 )</...)
(No difference)

Revision as of 14:37, 25 April 2009

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

Shared