bitburner-src/markdown/bitburner.gang.getequipmentstats.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

33 lines
689 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Gang](./bitburner.gang.md) &gt; [getEquipmentStats](./bitburner.gang.getequipmentstats.md)
## Gang.getEquipmentStats() method
Get stats of an equipment.
<b>Signature:</b>
```typescript
getEquipmentStats(equipName: string): EquipmentStats;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| equipName | string | Name of equipment. |
<b>Returns:</b>
[EquipmentStats](./bitburner.equipmentstats.md)
A dictionary containing the stats of the equipment.
## Remarks
RAM cost: 2 GB
Get the specified equipment stats.