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

846 B

Home > bitburner > Sleeve > setToGymWorkout

Sleeve.setToGymWorkout() method

Set a sleeve to workout at the gym.

Signature:

setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;

Parameters

Parameter Type Description
sleeveNumber number Index of the sleeve to workout at the gym.
gymName string Name of the gym.
stat string Name of the stat to train.

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.