2022-10-21 11:16:00 -04:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [getOfficeSizeUpgradeCost](./bitburner.officeapi.getofficesizeupgradecost.md)
|
|
|
|
|
|
|
|
## OfficeAPI.getOfficeSizeUpgradeCost() method
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
Get the cost to upgrade an office.
|
2022-10-21 11:16:00 -04:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Signature:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
```typescript
|
2023-10-02 20:14:44 -04:00
|
|
|
getOfficeSizeUpgradeCost(divisionName: string, city: CityName | `${CityName}`, size: number): number;
|
2022-10-21 11:16:00 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| divisionName | string | Name of the division |
|
2022-12-29 20:28:53 -05:00
|
|
|
| city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of the city |
|
2023-10-02 20:14:44 -04:00
|
|
|
| size | number | Amount of positions to open |
|
2022-10-21 11:16:00 -04:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Returns:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Cost of upgrading the office
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 10 GB
|
|
|
|
|