mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
59 lines
584 B
Markdown
59 lines
584 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [alert](./bitburner.ns.alert.md)
|
|
|
|
## NS.alert() method
|
|
|
|
Open up a message box.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
alert(...args: any[]): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
args
|
|
|
|
|
|
</td><td>
|
|
|
|
any\[\]
|
|
|
|
|
|
</td><td>
|
|
|
|
Value(s) to be alerted.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|
|
**Returns:**
|
|
|
|
void
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|