mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
683 B
Markdown
33 lines
683 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
|
|
|
|
Get stats of an equipment.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getEquipmentStats(equipName: string): EquipmentStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| equipName | string | Name of equipment. |
|
|
|
|
**Returns:**
|
|
|
|
[EquipmentStats](./bitburner.equipmentstats.md)
|
|
|
|
A dictionary containing the stats of the equipment.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Get the specified equipment stats.
|
|
|