Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 751 Bytes

bitburner.officeapi.upgradeofficesize.md

File metadata and controls

26 lines (16 loc) · 751 Bytes

Home > bitburner > OfficeAPI > upgradeOfficeSize

OfficeAPI.upgradeOfficeSize() method

Upgrade office size.

Signature:

upgradeOfficeSize(divisionName: string, city: CityName | `${CityName}`, size: number): void;

Parameters

Parameter Type Description
divisionName string Name of the division
city CityName | `${CityName}` Name of the city
size number Amount of positions to open

Returns:

void