bitburner-src/markdown/bitburner.sleeve.settobladeburneraction.md
borisflagell e5b372438c
Update bitburner.sleeve.settobladeburneraction.md
Slight correction to the sleeveNumber description. Was referencing Gym Workout -> Now reference performing Action
2022-05-29 13:50:08 +02:00

922 B

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 which will perform Action.
action string Name of the action to be performed.
contract string Name of the contract if applicable.

Returns:

boolean

True if the sleeve started working out, false otherwise.

Remarks

RAM cost: 4 GB

Return a boolean indicating whether or not the sleeve started working out.