mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
217b94d0a0
Adds a new functions ofr hacknet servers that returns the list of available hash upgrades.
786 B
786 B
Home > bitburner > Hacknet > getHashUpgrades
Hacknet.getHashUpgrades() method
Get the list of hash upgrades
Signature:
getHashUpgrades(): string[];
Returns:
string[]
An array containing the available upgrades
Remarks
RAM cost: 0 GB
This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).
Returns the list of all available hash upgrades that can be used in the spendHashes function.
Example
const upgrades = hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]