mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
NETSCRIPT: Add undocumented function printRaw() (#277)
This is analagous to tprintRaw (enabled by ns.iKnowWhatImDoing()), but for logs instead of the terminal. This provides a supported* method of creating complicated UIs for scripts. *No actual support, expressed or implied, is provided for use of this function.
This commit is contained in:
@@ -541,6 +541,7 @@ export const RamCosts: RamCostTree<NSFull> = {
|
||||
rainbow: 0,
|
||||
heart: { break: 0 },
|
||||
iKnowWhatImDoing: 0,
|
||||
printRaw: 0,
|
||||
|
||||
formulas: {
|
||||
mockServer: 0,
|
||||
|
||||
Reference in New Issue
Block a user