mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
625 B
Markdown
26 lines
625 B
Markdown
|
<!-- 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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getOwnedSourceFiles(): SourceFileLvl[];
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[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
|
||
|
|