mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
12 lines
489 B
ReStructuredText
12 lines
489 B
ReStructuredText
getEquipmentCost() Netscript Function
|
|
=====================================
|
|
|
|
.. js:function:: getEquipmentCost(equipName)
|
|
|
|
:RAM cost: 2 GB
|
|
:param string equipName: Name of equipment
|
|
:returns: Cost to purchase the specified Equipment/Augmentation (number).
|
|
Infinity for invalid arguments.
|
|
|
|
Get the amount of money it takes to purchase a piece of Equipment or an Augmentation.
|
|
If an invalid Equipment/Augmentation is specified, this function will return Infinity. |