GetVehicleWheelType: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Returns vehicle wheel type. {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleWheelType(Vehicle vehicle);}} {{Parameters}} *'''vehic...")
 
No edit summary
 
Line 5: Line 5:
{{Parameters}}
{{Parameters}}
*'''vehicle:''' parameter input should be in '''Vehicle''' type
*'''vehicle:''' parameter input should be in '''Vehicle''' type
'''NOTE:''' This function returns data in int type.
'''NOTE:''' This function returns data in '''int''' type.
{{Example}}
{{Example}}
{{#tag:syntaxhighlight|
{{#tag:syntaxhighlight|

Latest revision as of 21:53, 27 November 2019

Returns vehicle wheel type.


C# Syntax

int NAPI.Vehicle.GetVehicleWheelType(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in int type.

Example

NAPI.Vehicle.GetVehicleWheelType(vehicle);