mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
35 lines
840 B
Markdown
35 lines
840 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [setToGymWorkout](./bitburner.sleeve.settogymworkout.md)
|
|
|
|
## Sleeve.setToGymWorkout() method
|
|
|
|
Set a sleeve to workout at the gym.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
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.
|
|
|