BaseVehicleGetWindowsParameters Method (Boolean, Boolean, Boolean, Boolean) |
Gets the windows parameters.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual 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 backleft window is closed. - backright
- Type: SystemBoolean
if true the backright window is closed.
See Also