mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
33 lines
922 B
Markdown
33 lines
922 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
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
companyGains(
|
||
|
person: Person,
|
||
|
companyName: string,
|
||
|
workType: CompanyPosName | `${CompanyPosName}`,
|
||
|
favor: number,
|
||
|
): WorkStats;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| person | [Person](./bitburner.person.md) | |
|
||
|
| companyName | string | |
|
||
|
| workType | [CompanyPosName](./bitburner.companyposname.md) \| \`${[CompanyPosName](./bitburner.companyposname.md)<!-- -->}\` | |
|
||
|
| favor | number | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[WorkStats](./bitburner.workstats.md)
|
||
|
|
||
|
The WorkStats applied every game cycle (200ms) by performing the specified company work.
|
||
|
|