mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WorkFormulas](./bitburner.workformulas.md) > [universityGains](./bitburner.workformulas.universitygains.md)
|
|
|
|
## WorkFormulas.universityGains() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
universityGains(
|
|
person: Person,
|
|
classType: UniversityClassType | `${UniversityClassType}`,
|
|
locationName: LocationName | `${LocationName}`,
|
|
): WorkStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| person | [Person](./bitburner.person.md) | |
|
|
| classType | [UniversityClassType](./bitburner.universityclasstype.md) \| \`${[UniversityClassType](./bitburner.universityclasstype.md)<!-- -->}\` | |
|
|
| locationName | [LocationName](./bitburner.locationname.md) \| \`${[LocationName](./bitburner.locationname.md)<!-- -->}\` | |
|
|
|
|
**Returns:**
|
|
|
|
[WorkStats](./bitburner.workstats.md)
|
|
|
|
The WorkStats applied every game cycle (200ms) by taking the specified university class.
|
|
|