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