mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
27 lines
843 B
Markdown
27 lines
843 B
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, locationName: LocationName): WorkStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| person | [Person](./bitburner.person.md) | |
|
|
| classType | [UniversityClassType](./bitburner.universityclasstype.md) | |
|
|
| locationName | [LocationName](./bitburner.locationname.md) | |
|
|
|
|
**Returns:**
|
|
|
|
[WorkStats](./bitburner.workstats.md)
|
|
|
|
The WorkStats applied every game cycle (200ms) by taking the specified university class.
|
|
|