mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
628 B
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