Click or drag to resize

VehicleSetDoorsParameters Method (Boolean, Boolean, Boolean, Boolean)

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(
	bool driver,
	bool passenger,
	bool backLeft,
	bool backRight
)

Parameters

driver
Type: SystemBoolean
if set to true the driver side door is open.
passenger
Type: SystemBoolean
if set to true the passenger side door is open.
backLeft
Type: SystemBoolean
if set to true the back-left door is open.
backRight
Type: SystemBoolean
if set to true the back-right door is open.
See Also