mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
e9dfe3c389
* Updated ram cost of documentation * v0.47.3 Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
15 lines
496 B
ReStructuredText
15 lines
496 B
ReStructuredText
getEquipmentCost() Netscript Function
|
|
=====================================
|
|
|
|
.. js:function:: getEquipmentCost(equipName)
|
|
|
|
:param string equipName: Name of equipment
|
|
|
|
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.
|
|
|
|
:returns: Cost to purchase the specified Equipment/Augmentation (number). Infinity
|
|
for invalid arguments
|
|
|
|
:RAM cost: 2 GB
|