bitburner-src/doc/source/netscript/basicfunctions/nuke.rst

17 lines
340 B
ReStructuredText
Raw Normal View History

nuke() Netscript Function
=========================
2021-03-12 08:51:56 +01:00
.. js:function:: nuke(hostname)
:RAM cost: 0.05 GB
2021-03-12 08:51:56 +01:00
:param string hostname: Hostname of the target server.
Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer.
2021-03-12 08:51:56 +01:00
Example:
.. code-block:: javascript
nuke("foodnstuff");