bitburner-src/markdown/bitburner.bladeburner.getactioncurrentlevel.md
David Walker 79bb0d289a
Revert "API: Add types for parameters of gym-university-bladeburner API (#1591)" (#1592)
This reverts commit da8870ed796c916c19cac7c2b6328a75180367fc.
2024-08-16 13:45:54 -07:00

790 B

Home > bitburner > Bladeburner > getActionCurrentLevel

Bladeburner.getActionCurrentLevel() method

Get the current level of an action.

Signature:

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.

Returns:

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.