Click or drag to resize

VehicleSetWindowsParameters Method (VehicleParameterValue, VehicleParameterValue, VehicleParameterValue, VehicleParameterValue)

Sets the windows parameters.

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

Parameters

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