Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 728 Bytes

bitburner.ns.getporthandle.md

File metadata and controls

32 lines (18 loc) · 728 Bytes

Home > bitburner > NS > getPortHandle

NS.getPortHandle() method

Get all data on a port.

Signature:

getPortHandle(port: number): NetscriptPort;

Parameters

Parameter Type Description
port number Port number. Must be an integer between 1 and 20.

Returns:

NetscriptPort

Remarks

RAM cost: 0 GB

Get a handle to a Netscript Port.

WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.