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

1.0 KiB

Home > bitburner > Singularity > getAugmentationPrereq

Singularity.getAugmentationPrereq() method

If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function and the RAM cost is doubled.

This function returns an array with the names of the prerequisite Augmentation(s) for the specified Augmentation. If there are no prerequisites, a blank array is returned.

Signature:

getAugmentationPrereq(augName: AugmentName): AugmentName[];

Parameters

Parameter Type Description
augName AugmentName Name of Augmentation.

Returns:

AugmentName[]

Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.

Remarks

Singularity - Level 3