bitburner-src/markdown/bitburner.singularity.applytocompany.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

1.3 KiB
Raw Blame History

Home > bitburner > Singularity > applyToCompany

Singularity.applyToCompany() 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 automatically try to apply to the specified company for a position in the specified field. This function can also be used to apply for promotions by specifying the company and field you are already employed at.

This function will return true if you successfully get a job/promotion, and false otherwise. Note that if you are trying to use this function to apply for a promotion and you dont get one, it will return false.

Signature:

applyToCompany(companyName: CompanyName, field: CompanyField): boolean;

Parameters

Parameter Type Description
companyName CompanyName Name of company to apply to.
field CompanyField Field to which you want to apply.

Returns:

boolean

True if the player successfully get a job/promotion, and false otherwise.

Remarks

Singularity - Level 2