Click or drag to resize

BaseVehicleVehicleInternalChangeVehicleColor Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.ChangeVehicleColor(System.Int32,System.Int32,System.Int32)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool ChangeVehicleColor(
	int vehicleid,
	int color1,
	int color2
)

Parameters

vehicleid
Type: SystemInt32

[Missing <param name="vehicleid"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.ChangeVehicleColor(System.Int32,System.Int32,System.Int32)"]

color1
Type: SystemInt32

[Missing <param name="color1"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.ChangeVehicleColor(System.Int32,System.Int32,System.Int32)"]

color2
Type: SystemInt32

[Missing <param name="color2"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.ChangeVehicleColor(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean
See Also