SetVehicleBulletproofTyres

From RAGE Multiplayer Wiki
Revision as of 21:41, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state. {{CSharpContainer| {{#tag:pre|void {{Vehicle.SetVehicleBulletproofTyres...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state.

{{CSharpContainer|

void [[:Template:Vehicle.SetVehicleBulletproofTyres(Vehicle vehicle, bool bulletproof);]]
===Parameters===
*'''vehicle:''' parameter input should be in '''Vehicle''' type
*'''bulletproof:''' parameter input should be in '''bool ''' type
===Example===
NAPI.Vehicle.SetVehicleBulletproofTyres(vehicle, bulletproof);