mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
938 B
938 B
Home > bitburner > Singularity > getCompanyRep
Singularity.getCompanyRep() method
If you are not in BitNode-4, then you must have Level 2 of Source-File 4 in order to use this function and the RAM cost is doubled.
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.
Signature:
getCompanyRep(companyName: CompanyName): number;
Parameters
Parameter | Type | Description |
---|---|---|
companyName | CompanyName | Name of the company. |
Returns:
number
Amount of reputation you have at the specified company.
Remarks
Singularity - Level 2