IsVehicleTyrePopped: Difference between revisions
(Created page with "Returns if the vehicle tyre is popped. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre);}} {{...") |
No edit summary |
||
| Line 2: | Line 2: | ||
{{CSharpContainer| | {{CSharpContainer| | ||
{{#tag:pre| | {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre);}} | ||
{{Parameters}} | {{Parameters}} | ||
*'''vehicle:''' parameter input should be in '''Vehicle''' type | *'''vehicle:''' parameter input should be in '''Vehicle''' type | ||
Latest revision as of 21:50, 27 November 2019
Returns if the vehicle tyre is popped.
C# Syntax
bool NAPI.Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre);
Parameters
- vehicle: parameter input should be in Vehicle type
- tyre: parameter input should be in int type
NOTE: This function returns data in bool type.
Example
NAPI.Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre);