Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 961 Bytes

bitburner.sleeve.settobladeburneraction.md

File metadata and controls

34 lines (20 loc) · 961 Bytes

Home > bitburner > Sleeve > setToBladeburnerAction

Sleeve.setToBladeburnerAction() method

Set a sleeve to perform Bladeburner actions.

Signature:

setToBladeburnerAction(sleeveNumber: number, action: string, contract?: string): boolean;

Parameters

Parameter Type Description
sleeveNumber number Index of the sleeve to perform a Bladeburner action.
action string Name of the action to be performed.
contract string (Optional) Name of the contract if applicable.

Returns:

boolean

True if the sleeve started the given Bladeburner action, false otherwise.

Remarks

RAM cost: 4 GB

Return a boolean indicating whether or not the sleeve started a Bladeburner action.