SetVehicleBulletproofTyres: Difference between revisions
(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...") |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| 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. | ||
{{CSharpContainer| | {{CSharpContainer| | ||
{{#tag:pre|void {{Vehicle.SetVehicleBulletproofTyres(Vehicle vehicle, bool bulletproof);}} | {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleBulletproofTyres(Vehicle vehicle, bool bulletproof);}} | ||
{{Parameters}} | {{Parameters}} | ||
*'''vehicle:''' parameter input should be in '''Vehicle''' type | *'''vehicle:''' parameter input should be in '''Vehicle''' type | ||
*'''bulletproof:''' parameter input should be in '''bool ''' type | *'''bulletproof:''' parameter input should be in '''bool''' type | ||
{{Example}} | {{Example}} | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight| | ||
Latest revision as of 15:10, 23 December 2022
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);