mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
555 B
Markdown
26 lines
555 B
Markdown
<!-- 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.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getMoneySources(): MoneySources;
|
|
```
|
|
**Returns:**
|
|
|
|
[MoneySources](./bitburner.moneysources.md)
|
|
|
|
Money sources
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1.0 GB
|
|
|
|
Returns an object with information on the income sources for this run
|
|
|