2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2021-12-03 00:42:30 +01:00
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getOwnedSourceFiles](./bitburner.ns.getownedsourcefiles.md)
|
2021-10-30 18:34:14 +02:00
|
|
|
|
2021-12-03 00:42:30 +01:00
|
|
|
## NS.getOwnedSourceFiles() method
|
2021-10-30 18:34:14 +02:00
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
Get a list of acquired Source-Files.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<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
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
RAM cost: 5 GB
|
|
|
|
|
|
|
|
Returns an array of source files
|
|
|
|
|