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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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