Home > bitburner > Bladeburner > getActionAutolevel
Get whether an action is set to autolevel.
Signature:
getActionAutolevel(type: string, name: string): boolean;
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.
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.