Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 578 Bytes

bitburner.ns.clearport.md

File metadata and controls

30 lines (17 loc) · 578 Bytes

Home > bitburner > NS > clearPort

NS.clearPort() method

Clear data from a port.

Signature:

clearPort(portNumber: number): void;

Parameters

Parameter Type Description
portNumber number Port to clear data from. Must be a positive integer.

Returns:

void

Remarks

RAM cost: 0 GB

Delete all data from the underlying queue.