mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-15 09:57:39 +01:00
36 lines
615 B
Markdown
36 lines
615 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [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");
|
|
```
|
|
|