Click or drag to resize

VehicleGetWindowsParameters Method (Boolean, Boolean, Boolean, Boolean)

Gets the windows parameters.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void GetWindowsParameters(
	out bool driver,
	out bool passenger,
	out bool backLeft,
	out bool backRight
)

Parameters

driver
Type: SystemBoolean
if true the driver side window is closed.
passenger
Type: SystemBoolean
if true the passenger side window is closed.
backLeft
Type: SystemBoolean
if true the back-left window is closed.
backRight
Type: SystemBoolean
if true the back-right window is closed.
See Also