2021-11-04 01:19:52 +01:00
|
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [upgradeHomeCores](./bitburner.singularity.upgradehomecores.md)
|
|
|
|
|
|
|
|
|
|
## Singularity.upgradeHomeCores() method
|
|
|
|
|
|
2021-12-03 20:12:32 +01:00
|
|
|
|
SF4.2 - Upgrade home computer cores.
|
2021-11-04 01:19:52 +01:00
|
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
|
upgradeHomeCores(): boolean;
|
|
|
|
|
```
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
|
|
|
|
|
True if the player’s home computer cores is successfully upgraded, and false otherwise.
|
|
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
|
|
RAM cost: 3 GB
|
|
|
|
|
|
|
|
|
|
This function will upgrade amount of cores on the player’s home computer. The cost is the same as if you were to do it manually.
|
|
|
|
|
|
|
|
|
|
This function will return true if the player’s home computer cores is successfully upgraded, and false otherwise.
|
|
|
|
|
|