Skip to content

Latest commit

 

History

History
58 lines (28 loc) · 584 Bytes

File metadata and controls

58 lines (28 loc) · 584 Bytes

Home > bitburner > NS > alert

NS.alert() method

Open up a message box.

Signature:

alert(...args: any[]): void;

Parameters

Parameter

Type

Description

args

any[]

Value(s) to be alerted.

Returns:

void

Remarks

RAM cost: 0 GB