bitburner-src/markdown/bitburner.hacknet.getcacheupgradecost.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2021-10-30 21:46:34 +02:00
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Hacknet](./bitburner.hacknet.md) &gt; [getCacheUpgradeCost](./bitburner.hacknet.getcacheupgradecost.md)
2021-10-30 18:34:14 +02:00
2021-10-30 21:46:34 +02:00
## Hacknet.getCacheUpgradeCost() method
2021-10-30 18:34:14 +02:00
2021-11-03 05:27:21 +01:00
Calculate the cost of upgrading hacknet node cache.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
getCacheUpgradeCost(index: number, n: number): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| index | number | Index/Identifier of Hacknet Node. |
| n | number | Number of times to upgrade cache. Must be positive. Rounded to nearest integer. |
<b>Returns:</b>
number
Cost of upgrading the specified Hacknet Node's cache.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 0 GB
2021-10-30 18:34:14 +02:00
2021-11-03 05:27:21 +01:00
This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).
Returns the cost of upgrading the cache level of the specified Hacknet Server by n.
If an invalid value for n is provided, then this function returns 0. If the specified Hacknet Node is already at max level, then Infinity is returned.