bitburner-src/markdown/bitburner.bladeburner.setactionlevel.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

33 lines
733 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Bladeburner](./bitburner.bladeburner.md) &gt; [setActionLevel](./bitburner.bladeburner.setactionlevel.md)
## Bladeburner.setActionLevel() method
Set the level of an action.
<b>Signature:</b>
```typescript
setActionLevel(type: string, name: string, level: number): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | string | Type of action. |
| name | string | Name of action. Must be an exact match. |
| level | number | Level to set this action to. |
<b>Returns:</b>
void
## Remarks
RAM cost: 4 GB
Set the level for the specified action.