mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
34 lines
802 B
Markdown
34 lines
802 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [startAction](./bitburner.bladeburner.startaction.md)
|
||
|
|
||
|
## Bladeburner.startAction() method
|
||
|
|
||
|
Start an action.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
startAction(type: string, name: string): boolean;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| type | string | Type of action. |
|
||
|
| name | string | Name of action. Must be an exact match |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
boolean
|
||
|
|
||
|
True if the action was started successfully, and false otherwise.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 4 GB
|
||
|
|
||
|
Attempts to start the specified Bladeburner action. Returns true if the action was started successfully, and false otherwise.
|
||
|
|