BaseVehicleSetWindowsParameters Method (Boolean, Boolean, Boolean, Boolean) |
Sets the windows parameters.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual void SetWindowsParameters(
bool driver,
bool passenger,
bool backleft,
bool backright
)
Parameters
- driver
- Type: SystemBoolean
if set to true the driver side window is closed. - passenger
- Type: SystemBoolean
if set to true the passenger side window is closed. - backleft
- Type: SystemBoolean
if set to true the backleft window is closed. - backright
- Type: SystemBoolean
if set to true the backright window is closed.
See Also