work on doc

This commit is contained in:
Olivier Gagnon
2021-10-30 15:46:34 -04:00
parent 920b7325b4
commit feb0430aff
366 changed files with 3235 additions and 4238 deletions

View File

@@ -9,15 +9,15 @@ Kills all scripts with the specified filename on the target server specified by
<b>Signature:</b>
```typescript
scriptKill(script: Script, host: Host): boolean;
scriptKill(script: string, host: string): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| script | [Script](./bitburner.script.md) | Filename of script to kill. This is case-sensitive. |
| host | [Host](./bitburner.host.md) | Host or IP of target server. |
| script | string | Filename of script to kill. This is case-sensitive. |
| host | string | Host or IP of target server. |
<b>Returns:</b>
@@ -27,5 +27,5 @@ true if one or more scripts were successfully killed, and false if none were.
## Remarks
1 GB
RAM cost: 1 GB