BaseVehicleSetDoorsParameters Method (Boolean, Boolean, Boolean, Boolean) |
Sets the doors parameters.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic virtual void SetDoorsParameters(
bool driver,
bool passenger,
bool backleft,
bool backright
)
Parameters
- driver
- Type: SystemBoolean
if set to true the driver side door is open. - passenger
- Type: SystemBoolean
if set to true the passenger side door is open. - backleft
- Type: SystemBoolean
if set to true the backleft door is open. - backright
- Type: SystemBoolean
if set to true the backright door is open.
See Also