bitburner-src/markdown/bitburner.ns.nuke.md

36 lines
615 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [nuke](./bitburner.ns.nuke.md)
## NS.nuke() method
Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer.
<b>Signature:</b>
```typescript
nuke(host: Host): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | [Host](./bitburner.host.md) | Hostname or IP of the target server. |
<b>Returns:</b>
void
## Remarks
0.05 GB
## Example
```js
nuke("foodnstuff");
```