PORTS: Add ns.nextPortWrite() as a safer option (#1036)

This commit is contained in:
LJ
2024-01-15 04:10:39 -07:00
committed by GitHub
parent d0e66d5be2
commit 157ff8ea88
4 changed files with 20 additions and 5 deletions
+1
View File
@@ -544,6 +544,7 @@ export const RamCosts: RamCostTree<NSFull> = {
peek: 0,
clear: 0,
writePort: 0,
nextPortWrite: 0,
readPort: 0,
getPortHandle: 0,
rm: RamCostConstants.ReadWrite,