Click or drag to resize

VehicleSetDoorsParameters Method (VehicleParameterValue, VehicleParameterValue, VehicleParameterValue, VehicleParameterValue)

Sets the doors parameters.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void SetDoorsParameters(
	VehicleParameterValue driver,
	VehicleParameterValue passenger,
	VehicleParameterValue backLeft,
	VehicleParameterValue backRight
)

Parameters

driver
Type: SampSharp.Entities.SAMPVehicleParameterValue
if on the driver side door is open.
passenger
Type: SampSharp.Entities.SAMPVehicleParameterValue
if on the passenger side door is open.
backLeft
Type: SampSharp.Entities.SAMPVehicleParameterValue
if on the back-left door is open.
backRight
Type: SampSharp.Entities.SAMPVehicleParameterValue
if on the back-right door is open.
See Also