mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
API: Move and rename purchased server functions to cloud API (#2367)
* Convert purchased server functions to cloud API - Create `ns.cloud` - Change `bitnode multipliers` and `server constants` wording for consistency - change `server`, `ram` and `getting started` docs for consistency - Added changes to 3.0.0 API Break and `setRemovedFunctions` in NetscriptFunctions.js Tested by - running tutorial `purchase-server-8gb.js`, and a more typical player one - buying manually using vendor (Alpha Ent in Sector 12) - deleting them all using script, and checked all deleted functions gave correct error - Imported completed save to ensure auto-transfer of function work * Revision in line with comments - changed more `purchased` to `cloud` references - Added BN mults auto-conversion * Update getting_started.md - Corrected function names for new `cloud API` * Don't show `cloud API` warning v3.0.0 API break auto-replaces `cloud` functions, not warning suggested. * API Break correction - `cloud` affected API break replacement changed to be more descriptive and functional * Fix typo and add empty lines * Update many things (check commit's description) - Comments - Terminal message - UI Text - TSDoc - md docs - Improve error messages in src\NetscriptFunctions\Cloud.ts
This commit is contained in:
60
markdown/bitburner.cloud.getservernames.md
Normal file
60
markdown/bitburner.cloud.getservernames.md
Normal file
@@ -0,0 +1,60 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Cloud](./bitburner.cloud.md) > [getServerNames](./bitburner.cloud.getservernames.md)
|
||||
|
||||
## Cloud.getServerNames() method
|
||||
|
||||
Returns an array with the hostnames or IP addresses of all of the cloud servers you have purchased. Returns hostnames by default.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getServerNames(returnOpts?: HostReturnOptions): string[];
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
<table><thead><tr><th>
|
||||
|
||||
Parameter
|
||||
|
||||
|
||||
</th><th>
|
||||
|
||||
Type
|
||||
|
||||
|
||||
</th><th>
|
||||
|
||||
Description
|
||||
|
||||
|
||||
</th></tr></thead>
|
||||
<tbody><tr><td>
|
||||
|
||||
returnOpts
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
[HostReturnOptions](./bitburner.hostreturnoptions.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
_(Optional)_ Optional. Controls whether the function returns IPs
|
||||
|
||||
|
||||
</td></tr>
|
||||
</tbody></table>
|
||||
|
||||
**Returns:**
|
||||
|
||||
string\[\]
|
||||
|
||||
Returns an array with the hostnames or IP addresses of all of the cloud servers you have purchased.
|
||||
|
||||
## Remarks
|
||||
|
||||
1.05 GB
|
||||
|
||||
Reference in New Issue
Block a user