GetVehiclePearlescentColor: Difference between revisions
(Created page with "Returns the vehicle siren state. {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);}} {{Parameters...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Returns the vehicle | Returns the vehicle's pearlescent color. | ||
{{CSharpContainer| | {{CSharpContainer| | ||
Latest revision as of 07:45, 28 November 2019
Returns the vehicle's pearlescent color.
C# Syntax
int NAPI.Vehicle.GetVehiclePearlescentColor(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in int type
Example
NAPI.Vehicle.GetVehiclePearlescentColor(vehicle);