mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
733 B
733 B
Home > bitburner > Bladeburner > setActionLevel
Bladeburner.setActionLevel() method
Set the level of an action.
Signature:
setActionLevel(type: string, name: string, level: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
type | string | Type of action. |
name | string | Name of action. Must be an exact match. |
level | number | Level to set this action to. |
Returns:
void
Remarks
RAM cost: 4 GB
Set the level for the specified action.