2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getOwnedSourceFiles](./bitburner.singularity.getownedsourcefiles.md)
|
|
|
|
|
|
|
|
## Singularity.getOwnedSourceFiles() method
|
|
|
|
|
|
|
|
Get a list of acquired Source-Files.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getOwnedSourceFiles(): SourceFileLvl[];
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
[SourceFileLvl](./bitburner.sourcefilelvl.md)<!-- -->\[\]
|
|
|
|
|
|
|
|
Array containing an object with number and level of the source file.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 5 GB
|
|
|
|
|
|
|
|
Returns an array of source files
|
|
|
|
|