bitburner-src/markdown/bitburner.singularity.getcompanypositions.md
2023-04-28 14:45:55 -04:00

1009 B

Home > bitburner > Singularity > getCompanyPositions

Singularity.getCompanyPositions() method

Get List of Company Positions.

Signature:

getCompanyPositions(companyName: string): JobName[];

Parameters

Parameter Type Description
companyName string 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);