# Client

## GetVehicleDoorStatus

Function to get the status for each door of the given vehicle

```lua
function HRLib.GetVehicleDoorStatus(vehicle: integer): boolean[]? statusList
```

Parameters description

* `vehicle` - the vehicle Id of the vehicle

Return description

* `statusList` - contains a list of booleans in which is the status of all doors of the vehicle\
  (true = closed, false = opened)
