2022-11-20 18:07:22 +01:00
|
|
|
<!-- 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
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
universityGains(
|
|
|
|
person: Person,
|
|
|
|
classType: UniversityClassType | `${UniversityClassType}`,
|
2024-05-28 20:49:48 +02:00
|
|
|
locationName: LocationName | `${LocationName}`,
|
2022-11-20 18:07:22 +01:00
|
|
|
): WorkStats;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| person | [Person](./bitburner.person.md) | |
|
|
|
|
| classType | [UniversityClassType](./bitburner.universityclasstype.md) \| \`${[UniversityClassType](./bitburner.universityclasstype.md)<!-- -->}\` | |
|
2024-05-28 20:49:48 +02:00
|
|
|
| locationName | [LocationName](./bitburner.locationname.md) \| \`${[LocationName](./bitburner.locationname.md)<!-- -->}\` | |
|
2022-11-20 18:07:22 +01:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
[WorkStats](./bitburner.workstats.md)
|
|
|
|
|
|
|
|
The WorkStats applied every game cycle (200ms) by taking the specified university class.
|
|
|
|
|