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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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