Click or drag to resize

NativeVehicleGetVehicleParamsEx Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.GetVehicleParamsEx(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 GetVehicleParamsEx(
	out int engine,
	out int lights,
	out int alarm,
	out int doors,
	out int bonnet,
	out int boot,
	out int objective
)

Parameters

engine
Type: SystemInt32

[Missing <param name="engine"/> documentation for "M:SampSharp.Entities.SAMP.NativeVehicle.GetVehicleParamsEx(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.GetVehicleParamsEx(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.GetVehicleParamsEx(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.GetVehicleParamsEx(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.GetVehicleParamsEx(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.GetVehicleParamsEx(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.GetVehicleParamsEx(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

Return Value

Type: Boolean
See Also