mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
792 B
Markdown
27 lines
792 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WorkFormulas](./bitburner.workformulas.md) > [gymGains](./bitburner.workformulas.gymgains.md)
|
|
|
|
## WorkFormulas.gymGains() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
gymGains(person: Person, gymType: GymType | `${GymType}`, locationName: string): WorkStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| person | [Person](./bitburner.person.md) | |
|
|
| gymType | [GymType](./bitburner.gymtype.md) \| \`${[GymType](./bitburner.gymtype.md)<!-- -->}\` | |
|
|
| locationName | string | |
|
|
|
|
**Returns:**
|
|
|
|
[WorkStats](./bitburner.workstats.md)
|
|
|
|
The WorkStats applied every game cycle (200ms) by taking the specified gym class.
|
|
|