mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
682 B
682 B
Home > bitburner > NS > getServer
NS.getServer() method
Returns a server object for the given server. Defaults to the running script's server if host is not specified.
Signature:
getServer(host?: string): Server;
Parameters
Parameter | Type | Description |
---|---|---|
host | string | (Optional) Optional. Hostname for the requested server object. |
Returns:
The requested server object.
Remarks
RAM cost: 2 GB