mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
doc
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
## Singularity.gymWorkout() method
|
||||
|
||||
SF4.1 - Workout at the gym.
|
||||
Workout at the gym.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
gymWorkout(gymName: string, stat: string): boolean;
|
||||
gymWorkout(gymName: string, stat: string, focus?: boolean): boolean;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -18,6 +18,7 @@ gymWorkout(gymName: string, stat: string): boolean;
|
||||
| --- | --- | --- |
|
||||
| gymName | string | Name of gym. You must be in the correct city for whatever gym you specify. |
|
||||
| stat | string | The stat you want to train. |
|
||||
| focus | boolean | Acquire player focus on this gym workout. Optional. Defaults to true. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
@@ -27,7 +28,7 @@ True if actions is successfully started, false otherwise.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 2 GB
|
||||
RAM cost: 2 GB \* 16/4/1
|
||||
|
||||
This function will automatically set you to start working out at a gym to train a particular stat. If you are already in the middle of some “working” action (such as working at a company, for a faction, or on a program), then running this function will automatically cancel that action and give you your earnings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user