mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
781 B
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.