bitburner-src/markdown/bitburner.ns.gethacknetmultipliers.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

34 lines
823 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [getHacknetMultipliers](./bitburner.ns.gethacknetmultipliers.md)
## NS.getHacknetMultipliers() method
Returns an object containing the Players hacknet related multipliers. These multipliers are returned in fractional forms, not percentages (e.g. 1.5 instead of 150%).
<b>Signature:</b>
```typescript
getHacknetMultipliers(): HacknetMultipliers;
```
<b>Returns:</b>
[HacknetMultipliers](./bitburner.hacknetmultipliers.md)
Object containing the Players hacknet related multipliers.
## Remarks
4 GB
## Example
```js
//Example of how this can be used:
mults = getHacknetMultipliers();
print(mults.production);
print(mults.purchaseCost);
```