bitburner.ns.printraw.md
September 26, 2025 ยท View on GitHub
Home > bitburner > NS > printRaw
NS.printRaw() method
Prints a ReactNode to the script logs.
Signature:
printRaw(node: ReactNode): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
node |
The React node to be printed. |
Returns:
void
Remarks
RAM cost: 0 GB
See ReactNode type for the acceptable values.