bitburner-src/markdown/bitburner.singularity.getcompanypositions.md

1.1 KiB

Home > bitburner > Singularity > getCompanyPositions

Singularity.getCompanyPositions() method

Get List of Company Positions.

Signature:

getCompanyPositions(companyName: CompanyName | `${CompanyName}`): JobName[];

Parameters

Parameter Type Description
companyName CompanyName | `${CompanyName}` Name of company to get the position list for. Must be an exact match.

Returns:

JobName[]

The position list if the company name is valid.

Remarks

RAM cost: 2 GB * 16/4/1

This function will return a list of positions at a specific company.

This function will return the position list if the company name is valid.

Example

const companyName = "Noodle Bar";
const jobList = ns.singularity.getCompanyPositions(companyName);