mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
33 lines
880 B
Markdown
33 lines
880 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getEquipmentStats](./bitburner.gang.getequipmentstats.md)
|
||
|
|
||
|
## Gang.getEquipmentStats() method
|
||
|
|
||
|
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
|
||
|
|
||
|
Get the specified equipment stats.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getEquipmentStats(equipName: GangEquipment | GangAugmentations): GangEquipmentStats;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| equipName | [GangEquipment](./bitburner.gangequipment.md) \| [GangAugmentations](./bitburner.gangaugmentations.md) | Name of equipment. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[GangEquipmentStats](./bitburner.gangequipmentstats.md)
|
||
|
|
||
|
A dictionary containing the stats of the equipment.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
2 GB
|
||
|
|