mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [HacknetNodesFormulas](./bitburner.hacknetnodesformulas.md) > [moneyGainRate](./bitburner.hacknetnodesformulas.moneygainrate.md)
|
||||
|
||||
## HacknetNodesFormulas.moneyGainRate() method
|
||||
|
||||
Calculate money gain rate.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
moneyGainRate(level: number, ram: number, cores: number, mult?: number): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| level | number | level of the node. |
|
||||
| ram | number | ram of the node. |
|
||||
| cores | number | cores of the node. |
|
||||
| mult | number | player production mult (default to 1) |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
number
|
||||
|
||||
The calculated money gain rate.
|
||||
|
||||
Reference in New Issue
Block a user