Click or drag to resize

VehicleGetDoorsParameters Method (VehicleParameterValue, VehicleParameterValue, VehicleParameterValue, VehicleParameterValue)

Gets the doors parameters.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void GetDoorsParameters(
	out VehicleParameterValue driver,
	out VehicleParameterValue passenger,
	out VehicleParameterValue backLeft,
	out 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