mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [HacknetServersFormulas](./bitburner.hacknetserversformulas.md) > [cacheUpgradeCost](./bitburner.hacknetserversformulas.cacheupgradecost.md)
|
||||
|
||||
## HacknetServersFormulas.cacheUpgradeCost() method
|
||||
|
||||
Calculate cost of upgrading hacknet server cache.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
cacheUpgradeCost(startingCache: number, extraCache?: number): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| startingCache | number | starting cache level |
|
||||
| extraCache | number | amount of levels of cache to purchase (defaults to 1) |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
number
|
||||
|
||||
The calculated cost.
|
||||
|
||||
Reference in New Issue
Block a user