This website requires JavaScript.
Explore
Help
Register
Sign In
Personal_mirrors
/
bitburner-src
Watch
1
Star
0
Fork
0
You've already forked bitburner-src
mirror of
https://github.com/bitburner-official/bitburner-src.git
synced
2024-11-09 17:23:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
072653674e
bitburner-src
/
markdown
/
bitburner.ns.alert.md
Olivier Gagnon
14150d3e33
work on making the netscript api tighter
2021-11-03 20:19:52 -04:00
440 B
Raw
Blame
History
Home
>
bitburner
>
NS
>
alert
NS.alert() method
Open up a message box.
Signature:
alert
(
msg
:
any
)
:
void
;
Parameters
Parameter
Type
Description
msg
any
Message to alert.
Returns:
void