mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
Add ns.printf function
Behaviour is consistent with that of tprintf versus tprint and should be equivalent to ns.print(ns.sprintf(...))
This commit is contained in:
@@ -114,6 +114,7 @@ export const RamCosts: IMap<any> = {
|
||||
weaken: RamCostConstants.ScriptWeakenRamCost,
|
||||
weakenAnalyze: RamCostConstants.ScriptWeakenAnalyzeRamCost,
|
||||
print: 0,
|
||||
printf: 0,
|
||||
tprint: 0,
|
||||
clearLog: 0,
|
||||
disableLog: 0,
|
||||
|
||||
Reference in New Issue
Block a user