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.bladeburner.setactionlevel.md
Normal file
32
markdown/bitburner.bladeburner.setactionlevel.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) > [Bladeburner](./bitburner.bladeburner.md) > [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.
|
||||
|
||||
Reference in New Issue
Block a user