NETSCRIPT: allow getFunctionRamCost to get base RAM cost for scripts (#2771)

This commit is contained in:
Mathekatze
2026-05-17 03:37:58 +02:00
committed by GitHub
parent 6fcdb46888
commit 0257a37b9e
4 changed files with 33 additions and 6 deletions
+3 -1
View File
@@ -718,7 +718,9 @@ Get the metadata of a file.
</td><td>
Get the ram cost of a netscript function.
Get the RAM cost of a netscript function.
The base RAM cost per script thread can also be retrieved by using `"baseCost"` as argument to this function.
</td></tr>