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) > [moveTail](./bitburner.ns.movetail.md)
|
|
|
|
|
|
|
|
## NS.moveTail() method
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
Move 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
|
|
|
|
moveTail(x: number, y: number, pid?: number): void;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| x | number | x coordinate. |
|
|
|
|
| y | number | y coordinate. |
|
2023-02-11 19:18:50 +01:00
|
|
|
| pid | number | _(Optional)_ Optional. PID of the script having its tail moved. 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
|
|
|
|
|
2024-08-04 22:09:50 +02:00
|
|
|
Moves a tail window. Coordinates are in screen space pixels (top left is 0,0).
|
2022-10-21 17:16:00 +02:00
|
|
|
|