mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-14 19:53:48 +01:00
28 lines
853 B
Markdown
28 lines
853 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WorkFormulas](./bitburner.workformulas.md) > [companyGains](./bitburner.workformulas.companygains.md)
|
|
|
|
## WorkFormulas.companyGains() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
companyGains(person: Person, companyName: string, workType: JobName | `${JobName}`, favor: number): WorkStats;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| person | [Person](./bitburner.person.md) | |
|
|
| companyName | string | |
|
|
| workType | [JobName](./bitburner.jobname.md) \| \`${[JobName](./bitburner.jobname.md)<!-- -->}\` | |
|
|
| favor | number | |
|
|
|
|
**Returns:**
|
|
|
|
[WorkStats](./bitburner.workstats.md)
|
|
|
|
The WorkStats applied every game cycle (200ms) by performing the specified company work.
|
|
|