mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
627 B
Markdown
26 lines
627 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getGeneralActionNames](./bitburner.bladeburner.getgeneralactionnames.md)
|
|
|
|
## Bladeburner.getGeneralActionNames() method
|
|
|
|
List all general actions.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getGeneralActionNames(): string[];
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
string\[\]
|
|
|
|
Array of strings containing the names of all general Bladeburner actions.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.4 GB
|
|
|
|
Returns an array of strings containing the names of all general Bladeburner actions.
|
|
|