Client
GetVehicleDoorStatus
Function to get the status for each door of the given vehicle
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)
Last updated