mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
799 B
799 B
Home > bitburner > Singularity > getCompanyFavor
Singularity.getCompanyFavor() method
Get company favor.
Signature:
getCompanyFavor(companyName: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
companyName | string | Name of the company. |
Returns:
number
Amount of favor you have at the specified company.
Remarks
RAM cost: 1 GB
Singularity - Level 2
This function will return the amount of favor you have at the specified company. If the company passed in as an argument is invalid, -1 will be returned.