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

29 lines
501 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- 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; [print](./bitburner.ns.print.md)
## NS.print() method
Prints a value or a variable to the scripts logs.
<b>Signature:</b>
```typescript
2021-10-30 21:46:34 +02:00
print(msg: any): void;
2021-10-30 18:34:14 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2021-10-30 21:46:34 +02:00
| msg | any | Value to be printed. |
2021-10-30 18:34:14 +02:00
<b>Returns:</b>
void
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 0 GB
2021-10-30 18:34:14 +02:00