mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
24 lines
505 B
Markdown
24 lines
505 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleeveCost](./bitburner.sleeve.getsleevecost.md)
|
|
|
|
## Sleeve.getSleeveCost() method
|
|
|
|
Get the cost of the next sleeve.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getSleeveCost(): number;
|
|
```
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Cost of the next sleeve. Return Infinity if you reach the maximum number of purchasable sleeves.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|