Move getOwnedSourceFiles to NetscriptFunctions

This commit is contained in:
theit8514
2021-12-02 12:17:33 -05:00
parent 9b009b980c
commit cb1aa452a1
4 changed files with 22 additions and 28 deletions

View File

@@ -1747,19 +1747,6 @@ export interface Singularity {
*/
getOwnedAugmentations(purchased?: boolean): string[];
/**
* Get a list of acquired Source-Files.
* @remarks
* RAM cost: 5 GB
*
* Singularity - Level 3
*
* Returns an array of source files
*
* @returns Array containing an object with number and level of the source file.
*/
getOwnedSourceFiles(): SourceFileLvl[];
/**
* Get a list of augmentation available from a faction.
* @remarks
@@ -4978,6 +4965,17 @@ export interface NS extends Singularity {
*/
getBitNodeMultipliers(): BitNodeMultipliers;
/**
* Get a list of acquired Source-Files.
* @remarks
* RAM cost: 5 GB
*
* Returns an array of source files
*
* @returns Array containing an object with number and level of the source file.
*/
getOwnedSourceFiles(): SourceFileLvl[];
/**
* Get information about the player.
* @returns Player info