2022-10-21 17:16:00 +02:00
|
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getUpgradeHomeRamCost](./bitburner.singularity.getupgradehomeramcost.md)
|
|
|
|
|
|
|
|
|
|
## Singularity.getUpgradeHomeRamCost() method
|
|
|
|
|
|
|
|
|
|
Get the price of upgrading home RAM.
|
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
|
getUpgradeHomeRamCost(): number;
|
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
|
|
Cost of upgrading the player’s home computer RAM.
|
|
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
|
|
RAM cost: 1.5 GB \* 16/4/1
|
|
|
|
|
|
|
|
|
|
Returns the cost of upgrading the player’s home computer RAM.
|
|
|
|
|
|