mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
793 B
793 B
Home > bitburner > Singularity > getCompanyRep
Singularity.getCompanyRep() method
Get company reputation.
Signature:
getCompanyRep(companyName: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
companyName | string | Name of the company. |
Returns:
number
Amount of reputation you have at the specified company.
Remarks
RAM cost: 1 GB * 16/4/1
This function will return the amount of reputation you have at the specified company. If the company passed in as an argument is invalid, -1 will be returned.