Client
GetVehicleFromPlate
Function to get a vehicle Id or multiple vehicle Ids if there is more than one
function HRLib.GetVehicleFromPlate(plate: string<8>): integer|integer[]? vehicleParameters description
plate- the number plate text to focus on while searching for vehicles
Return description
vehicle- the vehicle Id of the found vehicle or list of multiple vehicle Ids if more than a single vehicle was found
Last updated