bitburner-src/doc/source/netscript/basicfunctions/toast.rst
tyasuh.taeragan@gmail.com 12f61677e3 Issues 1508 and 1506
2021-10-15 17:26:26 -04:00

18 lines
434 B
ReStructuredText

toast() Netscript Function
============================
.. js:function:: toast(message[, variant])
:RAM cost: 0 GB
:param string message: message to display
:param success|info|warning|error variant: color of the toast
Spawns a toast (those bottom right notifications, like "Game Saved!" ).
Example:
.. code-block:: javascript
toast("Reached $1b");
toast("Failed to hack home", "error");