mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
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