Merge pull request #4205 from Snarling/ramTestFix

TESTS: Refined ram calculation tests
This commit is contained in:
hydroflame
2022-10-09 00:23:04 -04:00
committed by GitHub
153 changed files with 851 additions and 4069 deletions
+2 -6
View File
@@ -51,11 +51,9 @@ Here is a summary of all rules you need to follow when writing Netscript JS code
* grow
* weaken
* sleep
* asleep
* prompt
* wget
* scp
* write
* writePort
* Any function that contains :code:`await` must be declared as :code:`async`
@@ -147,9 +145,7 @@ You may have noticed that every new ns2 file will contains the following comment
.. code-block:: javascript
/**
* @param {NS} ns
**/
/** @param {NS} ns */
This comment is used to help the text editor autocomplete functions in the Netscript API. You can enable it by pressing ctrl+space after `ns.`