mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getActionCurrentLevel](./bitburner.bladeburner.getactioncurrentlevel.md)
|
|
|
|
## Bladeburner.getActionCurrentLevel() method
|
|
|
|
You have to be employed in the Bladeburner division and be in BitNode-7 or have Source-File 7 in order to use this function.
|
|
|
|
Returns the current level of this action.
|
|
|
|
Returns -1 if an invalid action is specified.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getActionCurrentLevel(
|
|
type: BladeburnerActTypes,
|
|
name: BladeburnerGenActions | BladeburnerContracts | BladeburnerOperations | BladeburnerBlackOps,
|
|
): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | [BladeburnerActTypes](./bitburner.bladeburneracttypes.md) | Type of action. |
|
|
| name | [BladeburnerGenActions](./bitburner.bladeburnergenactions.md) \| [BladeburnerContracts](./bitburner.bladeburnercontracts.md) \| [BladeburnerOperations](./bitburner.bladeburneroperations.md) \| [BladeburnerBlackOps](./bitburner.bladeburnerblackops.md) | Name of action. Must be an exact match. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
number
|
|
|
|
Current level of the specified action.
|
|
|
|
## Remarks
|
|
|
|
4 GB
|
|
|