mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
work on doc
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getServerMoneyAvailable](./bitburner.ns.getservermoneyavailable.md)
|
||||
|
||||
## NS.getServerMoneyAvailable() method
|
||||
|
||||
Returns the amount of money available on a server. Running this function on the home computer will return the player’s money.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getServerMoneyAvailable(host: Host): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| host | [Host](./bitburner.host.md) | Host or IP of target server |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
number
|
||||
|
||||
Amount of money available on the server.
|
||||
|
||||
## Remarks
|
||||
|
||||
0.1 GB
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
```js
|
||||
getServerMoneyAvailable("foodnstuff");
|
||||
getServerMoneyAvailable("home"); //Returns player's money
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user