mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
860 B
860 B
Home > bitburner > HostReturnOptions
HostReturnOptions interface
Options to control how a server identifier (hostname or IP address) is returned. Affects the behavior of scan, getPurchasedServers, and getCurrentServer
Signature:
interface HostReturnOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| returnByIP? | boolean | (Optional) If set to true, returns IP addresses instead of hostnames. Defaults to false. |