2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getSkillNames](./bitburner.bladeburner.getskillnames.md)
|
|
|
|
|
|
|
|
## Bladeburner.getSkillNames() method
|
|
|
|
|
|
|
|
List all skills.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2024-08-17 23:08:55 +02:00
|
|
|
getSkillNames(): BladeburnerSkillName[];
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2024-08-17 23:08:55 +02:00
|
|
|
[BladeburnerSkillName](./bitburner.bladeburnerskillname.md)<!-- -->\[\]
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Array of strings containing the names of all general Bladeburner skills.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2024-08-25 19:09:36 +02:00
|
|
|
RAM cost: 0 GB
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Returns an array of strings containing the names of all general Bladeburner skills.
|
|
|
|
|