mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
36 lines
781 B
Markdown
36 lines
781 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionMaxLevel](./bitburner.bladeburner.getactionmaxlevel.md)
|
||
|
|
||
|
## Bladeburner.getActionMaxLevel() method
|
||
|
|
||
|
Get the maximum level of an action.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getActionMaxLevel(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
|
||
|
|
||
|
Maximum level of the specified action.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 4 GB
|
||
|
|
||
|
Returns the maximum level for this action.
|
||
|
|
||
|
Returns -1 if an invalid action is specified.
|
||
|
|