bitburner-src/doc/source/netscript/gangapi/getEquipmentStats.rst

16 lines
369 B
ReStructuredText
Raw Normal View History

getEquipmentStats() Netscript Function
2021-03-12 08:51:56 +01:00
======================================
.. js:function:: getEquipmentStats(equipName)
:RAM cost: 2 GB
:param string equipName: Name of equipment
:returns: A dictionary containing the stats of the equipment.
2021-03-12 08:51:56 +01:00
Get the specified equipment stats.::
2021-03-12 08:51:56 +01:00
{
"str":1.04,
"def":1.04
}