GetVehicleCustomSecondaryColor
Returns the vehicle's custom secondary color.
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the custom secondary color in Color type.
{{#tag:syntaxhighlight| Color vehicleColor = Vehicle.GetVehicleCustomSecondaryColor(vehicle); |lang=csharp}} }}