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

25 lines
440 B
Markdown
Raw Permalink 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.
**Signature:**
```typescript
alert(msg: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| msg | string | Message to alert. |
**Returns:**
void