mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
72a63b15cb
* DOCUMENTATION: Clarify getOwnedSourceFiles when player overrides active levels of SFs * Return Player.activeSourceFiles instead of Player.sourceFiles * Get rid of zeroes in the map
18 lines
737 B
Markdown
18 lines
737 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ResetInfo](./bitburner.resetinfo.md) > [ownedSF](./bitburner.resetinfo.ownedsf.md)
|
|
|
|
## ResetInfo.ownedSF property
|
|
|
|
A map of owned source files. Its keys are the SF numbers. Its values are the active SF levels. This map takes BitNode options into account.
|
|
|
|
For example, let's say you have SF 1.3, but you overrode the active level of SF1 and set it to level 1. In this case, this map contains this entry: Key: 1 =<!-- -->> Value: 1.
|
|
|
|
If the active level of a source file is 0, that source file won't be included in the result.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
ownedSF: Map<number, number>;
|
|
```
|