2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [resizeTail](./bitburner.ns.resizetail.md)
|
|
|
|
|
|
|
|
## NS.resizeTail() method
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
Resize a tail window.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
resizeTail(width: number, height: number, pid?: number): void;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2022-11-20 18:07:22 +01:00
|
|
|
| width | number | Width of the window. |
|
|
|
|
| height | number | Height of the window. |
|
2023-02-11 19:18:50 +01:00
|
|
|
| pid | number | _(Optional)_ Optional. PID of the script having its tail resized. If omitted, the current script is used. |
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
void
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 0 GB
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
Resize a tail window. Size are in pixel.
|
2022-10-21 17:16:00 +02:00
|
|
|
|