bitburner-src/markdown/bitburner.ns.tprintraw.md

31 lines
620 B
Markdown
Raw Permalink Normal View History

<!-- 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; [tprintRaw](./bitburner.ns.tprintraw.md)
## NS.tprintRaw() method
Prints a ReactNode to the terminal.
**Signature:**
```typescript
tprintRaw(node: ReactNode): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| node | [ReactNode](./bitburner.reactnode.md) | The React node to be printed. |
**Returns:**
void
## Remarks
RAM cost: 0 GB
See [ReactNode](./bitburner.reactnode.md) type for the acceptable values.