This commit is contained in:
Olivier Gagnon
2022-01-15 18:39:37 -05:00
parent f1c2dc2693
commit 8b69fd7faa
130 changed files with 3091 additions and 453 deletions

View File

@@ -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.