mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.0 KiB
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:
Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.
Remarks
Singularity - Level 3