GetVehicleWindowTint
Внешний вид
Returns vehicle window tint.
int NAPI.Vehicle.GetVehicleWindowTint(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in int type.
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleWindowTint(vehicle); </syntaxhighlight>