bitburner-src/markdown/bitburner.warehouseapi.haswarehouse.md
Olivier Gagnon 3217f53717 doc
2022-08-17 08:50:05 -04:00

628 B

Home > bitburner > WarehouseAPI > hasWarehouse

WarehouseAPI.hasWarehouse() method

Check if you have a warehouse in city

Signature:

hasWarehouse(adivisionName: string, acityName: string): boolean;

Parameters

Parameter Type Description
adivisionName string
acityName string

Returns:

boolean

true if warehouse is present, false if not