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

36 lines
796 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; [getActionCurrentLevel](./bitburner.bladeburner.getactioncurrentlevel.md)
## Bladeburner.getActionCurrentLevel() method
Get the current level of an action.
<b>Signature:</b>
```typescript
getActionCurrentLevel(type: string, name: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | string | Type of action. |
| name | string | Name of action. Must be an exact match. |
<b>Returns:</b>
number
Current level of the specified action.
## Remarks
RAM cost: 4 GB
Returns the current level of this action.
Returns -1 if an invalid action is specified.