Files
bitburner-src/markdown/bitburner.ns.rendertail.md
T
2025-01-25 09:14:45 -08:00

31 lines
720 B
Markdown

<!-- 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; [renderTail](./bitburner.ns.rendertail.md)
## NS.renderTail() method
Render a tail window.
**Signature:**
```typescript
renderTail(pid?: number): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| pid | number | _(Optional)_ Optional. PID of the script having its tail rendered. If omitted, the current script is used. |
**Returns:**
void
## Remarks
RAM cost: 0 GB
Tail windows are rendered at an interval defined in game settings. This function renders the tail window of the specified script immediately.