bitburner-src/markdown/bitburner.bladeburner.getactioncurrentlevel.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

796 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.