mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
work on doc
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getHacknetMultipliers](./bitburner.ns.gethacknetmultipliers.md)
|
||||
|
||||
## NS.getHacknetMultipliers() method
|
||||
|
||||
Returns an object containing the Player’s 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 Player’s hacknet related multipliers.
|
||||
|
||||
## Remarks
|
||||
|
||||
4 GB
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
```js
|
||||
//Example of how this can be used:
|
||||
mults = getHacknetMultipliers();
|
||||
print(mults.production);
|
||||
print(mults.purchaseCost);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user