IsVehicleDamageProof

From Multi Theft Auto: Wiki
Revision as of 17:35, 30 April 2010 by Awwu (talk | contribs)
Jump to navigation Jump to search

This function checks if a vehicle is damage proof (set with setVehicleDamageProof).

Syntax

bool isVehicleDamageProof ( vehicle theVehicle )

Required Arguments

  • theVehicle: the vehicle whose invincibility status we want to check.

Returns

Returns true if the vehicle is damage proof, false if it isn't or if invalid arguments were passed.

Example

-- TODO

See Also