2022-11-20 18:07:22 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getMoneySources](./bitburner.ns.getmoneysources.md)
|
|
|
|
|
|
|
|
## NS.getMoneySources() method
|
|
|
|
|
|
|
|
Get information about the sources of income for this run.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getMoneySources(): MoneySources;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
[MoneySources](./bitburner.moneysources.md)
|
|
|
|
|
|
|
|
Money sources
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 1.0 GB
|
|
|
|
|
|
|
|
Returns an object with information on the income sources for this run
|
|
|
|
|