mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
DOCS: Add printRaw and tprintRaw docs (#663)
This commit is contained in:
@@ -1767,6 +1767,12 @@ export const ns: InternalAPI<NSFull> = {
|
||||
const name = helpers.string(ctx, "name", _name);
|
||||
return getRamCost(...name.split("."));
|
||||
},
|
||||
tprintRaw: () => (value) => {
|
||||
Terminal.printRaw(wrapUserNode(value));
|
||||
},
|
||||
printRaw: (ctx) => (value) => {
|
||||
ctx.workerScript.print(wrapUserNode(value));
|
||||
},
|
||||
flags: Flags,
|
||||
...NetscriptExtra(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user