Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 790 Bytes

bitburner.bladeburner.getactioncurrentlevel.md

File metadata and controls

35 lines (20 loc) · 790 Bytes

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.