Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 446 Bytes

bitburner.ns.alert.md

File metadata and controls

24 lines (14 loc) · 446 Bytes

Home > bitburner > NS > alert

NS.alert() method

Open up a message box.

Signature:

alert(msg: string): void;

Parameters

Parameter Type Description
msg string Message to alert.

Returns:

void