mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
NETSCRIPT: added ns.singularity.getAugmentationFactions (#706)
This commit is contained in:
15
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
15
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -2103,6 +2103,21 @@ export interface Singularity {
|
||||
*/
|
||||
getOwnedSourceFiles(): SourceFileLvl[];
|
||||
|
||||
/**
|
||||
* Get a list of faction(s) that have a specific Augmentation.
|
||||
* @remarks
|
||||
* RAM cost: 5 GB * 16/4/1
|
||||
*
|
||||
*
|
||||
* Returns an array containing the names (as strings) of all factions
|
||||
* that offer the specified Augmentation.
|
||||
* If no factions offer the Augmentation, a blank array is returned.
|
||||
*
|
||||
* @param augName - Name of Augmentation.
|
||||
* @returns Array containing the names of all factions.
|
||||
*/
|
||||
getAugmentationFactions(augName: string): string[];
|
||||
|
||||
/**
|
||||
* Get a list of augmentation available from a faction.
|
||||
* @remarks
|
||||
|
||||
Reference in New Issue
Block a user