bitburner-src/markdown/bitburner.bladeburner.getactionmaxlevel.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

781 B

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.