GetVehicleNeonColor
Внешний вид
Returns Vehicle's neon color in RGB.
Color NAPI.Vehicle.GetVehicleNeonColor(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the color in Color type.
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleNeonColor(player.Vehicle); </syntaxhighlight>