Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 781 Bytes

bitburner.bladeburner.getactionmaxlevel.md

File metadata and controls

35 lines (20 loc) · 781 Bytes

Home > bitburner > Bladeburner > getActionMaxLevel

Bladeburner.getActionMaxLevel() method

Get the maximum level of an action.

Signature:

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.

Returns:

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.