mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
26 lines
589 B
Markdown
26 lines
589 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getOwnedSourceFiles](./bitburner.ns.getownedsourcefiles.md)
|
|
|
|
## NS.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
|
|
|