Click or drag to resize

NativeVehicleSetVehicleParamsEx Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool SetVehicleParamsEx(
	int engine,
	int lights,
	int alarm,
	int doors,
	int bonnet,
	int boot,
	int objective
)

Parameters

engine
Type: SystemInt32

[Missing <param name="engine"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

lights
Type: SystemInt32

[Missing <param name="lights"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

alarm
Type: SystemInt32

[Missing <param name="alarm"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

doors
Type: SystemInt32

[Missing <param name="doors"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

bonnet
Type: SystemInt32

[Missing <param name="bonnet"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

boot
Type: SystemInt32

[Missing <param name="boot"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

objective
Type: SystemInt32

[Missing <param name="objective"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.SetVehicleParamsEx(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean
See Also