bitburner-src/markdown/bitburner.ns.alert.md

25 lines
446 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [alert](./bitburner.ns.alert.md)
## NS.alert() method
Open up a message box.
<b>Signature:</b>
```typescript
alert(msg: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| msg | string | Message to alert. |
<b>Returns:</b>
void