mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
06a985bdf8
This reverts commit bbb6e3f309.
664 B
664 B
Home > bitburner > OfficeAPI > upgradeOfficeSize
OfficeAPI.upgradeOfficeSize() method
Upgrade office size.
Signature:
upgradeOfficeSize(divisionName: string, cityName: string, size: number): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| size | number | Amount of positions to open |
Returns:
void