Function to get the status for each door of the given vehicle
function HRLib.GetVehicleDoorStatus(vehicle: integer): boolean[]? statusList
Parameters description
vehicle - the vehicle Id of the vehicle
vehicle
Return description
statusList - contains a list of booleans in which is the status of all doors of the vehicle (true = closed, false = opened)
statusList
Last updated 9 months ago