bitburner.warehouseapi.haswarehouse.md

September 26, 2025 ยท View on GitHub

Home > bitburner > WarehouseAPI > hasWarehouse

WarehouseAPI.hasWarehouse() method

Check if you have a warehouse in city.

Signature:

hasWarehouse(divisionName: string, city: CityName): boolean;

Parameters

Parameter

Type

Description

divisionName

string

city

CityName

Returns:

boolean

true if warehouse is present, false if not.

Remarks

RAM cost: 10 GB

Contents

  1. 1WarehouseAPI.hasWarehouse() method
  2. 2Parameters
  3. 3Remarks