mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
work on making the netscript api tighter
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<!-- 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.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
alert(msg: any): void;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| msg | any | Message to alert. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user