mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
16 lines
259 B
ReStructuredText
16 lines
259 B
ReStructuredText
alert() Netscript Function
|
|
============================
|
|
|
|
.. js:function:: alert(message)
|
|
|
|
:RAM cost: 0 GB
|
|
:param string message: message to display
|
|
|
|
Spawns an alert box.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
alert("Reached $1b");
|