mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
2.0 KiB
2.0 KiB
Hacknet interface
Hacknet API
Signature:
export interface Hacknet
Remarks
Not all these functions are immediately available.
Methods
| Method | Description |
|---|---|
| getCacheUpgradeCost(index, n) | Calculate the cost of upgrading hacknet node cache. |
| getCoreUpgradeCost(index, n) | Calculate the cost of upgrading hacknet node cores. |
| getLevelUpgradeCost(index, n) | Calculate the cost of upgrading hacknet node levels. |
| getNodeStats(index) | Get the stats of a hacknet node. |
| getPurchaseNodeCost() | Get the price of the next hacknet node. |
| getRamUpgradeCost(index, n) | Calculate the cost of upgrading hacknet node RAM. |
| hashCost(upgName) | Get the cost of a hash upgrade. |
| numHashes() | Get the total number of hashes stored. |
| numNodes() | Get the number of hacknet nodes you own. |
| purchaseNode() | Purchase a new hacknet node. |
| spendHashes(upgName, upgTarget) | Purchase a hash upgrade. |
| upgradeCache(index, n) | Upgrade the cache of a hacknet node. |
| upgradeCore(index, n) | Upgrade the core of a hacknet node. |
| upgradeLevel(index, n) | Upgrade the level of a hacknet node. |
| upgradeRam(index, n) | Upgrade the RAM of a hacknet node. |