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

861 B

Home > bitburner > Bladeburner > getActionAutolevel

Bladeburner.getActionAutolevel() method

Get wether an action is set to autolevel.

Signature:

getActionAutolevel(type: string, name: string): boolean;

Parameters

Parameter Type Description
type string Type of action.
name string Name of action. Must be an exact match.

Returns:

boolean

True if the action is set to autolevel, and false otherwise.

Remarks

RAM cost: 4 GB

Return a boolean indicating whether or not this action is currently set to autolevel.

Returns false if an invalid action is specified.