SetVehicleBulletproofTyres: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{Warning|This feature is currently not implemented server-side.}}
This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state.
This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state.



Latest revision as of 15:10, 23 December 2022

This feature is currently not implemented server-side.

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


C# Syntax

void NAPI.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);