mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309.
This commit is contained in:
32
markdown/bitburner.gang.getequipmenttype.md
Normal file
32
markdown/bitburner.gang.getequipmenttype.md
Normal file
@@ -0,0 +1,32 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getEquipmentType](./bitburner.gang.getequipmenttype.md)
|
||||
|
||||
## Gang.getEquipmentType() method
|
||||
|
||||
Get type of an equipment.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getEquipmentType(equipName: string): string;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| equipName | string | Name of equipment. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
string
|
||||
|
||||
Type of the equipment.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 2 GB
|
||||
|
||||
Get the specified equipment type.
|
||||
|
||||
Reference in New Issue
Block a user