diff --git a/markdown/bitburner.bladeburner.getstamina.md b/markdown/bitburner.bladeburner.getstamina.md index 2532ae288..1a6fa9705 100644 --- a/markdown/bitburner.bladeburner.getstamina.md +++ b/markdown/bitburner.bladeburner.getstamina.md @@ -19,7 +19,9 @@ Array containing current stamina and max stamina. ## Remarks -RAM cost: 4 GB Returns an array with two elements: \* \[Current stamina, Max stamina\] +RAM cost: 4 GB + +Returns an array with two elements: \* \[Current stamina, Max stamina\] ## Example diff --git a/markdown/bitburner.bladeburner.joinbladeburnerfaction.md b/markdown/bitburner.bladeburner.joinbladeburnerfaction.md index 95cd1545d..8dd50df1d 100644 --- a/markdown/bitburner.bladeburner.joinbladeburnerfaction.md +++ b/markdown/bitburner.bladeburner.joinbladeburnerfaction.md @@ -19,7 +19,9 @@ True if you successfully join the Bladeburner faction, or if you are already a m ## Remarks -RAM cost: 4 GB Attempts to join the Bladeburner faction. +RAM cost: 4 GB + +Attempts to join the Bladeburner faction. Returns true if you successfully join the Bladeburner faction, or if you are already a member. diff --git a/markdown/bitburner.bladeburner.switchcity.md b/markdown/bitburner.bladeburner.switchcity.md index 4077fffce..47be49f7b 100644 --- a/markdown/bitburner.bladeburner.switchcity.md +++ b/markdown/bitburner.bladeburner.switchcity.md @@ -56,7 +56,9 @@ true if successful, and false otherwise ## Remarks -RAM cost: 4 GB Attempts to switch to the specified city (for Bladeburner only). +RAM cost: 4 GB + +Attempts to switch to the specified city (for Bladeburner only). Returns true if successful, and false otherwise diff --git a/markdown/bitburner.go.cheat.md b/markdown/bitburner.go.cheat.md index 60acef55e..64e36fab4 100644 --- a/markdown/bitburner.go.cheat.md +++ b/markdown/bitburner.go.cheat.md @@ -4,7 +4,7 @@ ## Go.cheat property -Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. +Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. **Signature:** diff --git a/markdown/bitburner.go.md b/markdown/bitburner.go.md index 12eeea0a5..d0d6851df 100644 --- a/markdown/bitburner.go.md +++ b/markdown/bitburner.go.md @@ -69,7 +69,7 @@ Tools to analyze the IPvGO subnet. -Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. +Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. diff --git a/markdown/bitburner.goanalysis.getchains.md b/markdown/bitburner.goanalysis.getchains.md index 9e640bccd..170c0e4b8 100644 --- a/markdown/bitburner.goanalysis.getchains.md +++ b/markdown/bitburner.goanalysis.getchains.md @@ -62,5 +62,7 @@ A 2D array of numbers identifying the chain ID of each point. ## Remarks -RAM cost: 16 GB (This is intentionally expensive; you can derive this info from just getBoardState() ) +RAM cost: 16 GB + +(This is intentionally expensive; you can derive this info from just getBoardState() ) diff --git a/markdown/bitburner.goanalysis.getcontrolledemptynodes.md b/markdown/bitburner.goanalysis.getcontrolledemptynodes.md index 21929cd76..0782d0129 100644 --- a/markdown/bitburner.goanalysis.getcontrolledemptynodes.md +++ b/markdown/bitburner.goanalysis.getcontrolledemptynodes.md @@ -62,5 +62,7 @@ A 2D array of characters indicating the player who controls each empty point. ## Remarks -RAM cost: 16 GB (This is intentionally expensive; you can derive this info from just getBoardState() ) +RAM cost: 16 GB + +(This is intentionally expensive; you can derive this info from just getBoardState() ) diff --git a/markdown/bitburner.goanalysis.getliberties.md b/markdown/bitburner.goanalysis.getliberties.md index da69073ad..bf60df1ed 100644 --- a/markdown/bitburner.goanalysis.getliberties.md +++ b/markdown/bitburner.goanalysis.getliberties.md @@ -60,5 +60,7 @@ A 2D array of numbers counting the liberties of each point. ## Remarks -RAM cost: 16 GB (This is intentionally expensive; you can derive this info from just getBoardState() ) +RAM cost: 16 GB + +(This is intentionally expensive; you can derive this info from just getBoardState() ) diff --git a/markdown/bitburner.goanalysis.getvalidmoves.md b/markdown/bitburner.goanalysis.getvalidmoves.md index c061f0e93..f28505b01 100644 --- a/markdown/bitburner.goanalysis.getvalidmoves.md +++ b/markdown/bitburner.goanalysis.getvalidmoves.md @@ -98,5 +98,7 @@ A 2D array of booleans indicating the validity of each move. ## Remarks -RAM cost: 8 GB (This is intentionally expensive; you can derive this info from just getBoardState() and getMoveHistory() ) +RAM cost: 8 GB + +(This is intentionally expensive; you can derive this info from just getBoardState() and getMoveHistory() ) diff --git a/markdown/bitburner.gocheat.destroynode.md b/markdown/bitburner.gocheat.destroynode.md index 8df6f5c78..d8e765f1e 100644 --- a/markdown/bitburner.gocheat.destroynode.md +++ b/markdown/bitburner.gocheat.destroynode.md @@ -100,5 +100,7 @@ a promise that contains the opponent move's x and y coordinates (or pass) in res ## Remarks -RAM cost: 8 GB Requires BitNode 14.2 to use +RAM cost: 8 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.gocheat.getcheatcount.md b/markdown/bitburner.gocheat.getcheatcount.md index c6b5374d7..ce9595a0d 100644 --- a/markdown/bitburner.gocheat.getcheatcount.md +++ b/markdown/bitburner.gocheat.getcheatcount.md @@ -56,5 +56,7 @@ The number of times you've attempted to cheat in the current game. ## Remarks -RAM cost: 1 GB Requires BitNode 14.2 to use +RAM cost: 1 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.gocheat.getcheatsuccesschance.md b/markdown/bitburner.gocheat.getcheatsuccesschance.md index 3d3423535..0d7e16150 100644 --- a/markdown/bitburner.gocheat.getcheatsuccesschance.md +++ b/markdown/bitburner.gocheat.getcheatsuccesschance.md @@ -74,5 +74,7 @@ Your chance of successfully playing a cheat move. ## Remarks -RAM cost: 1 GB Requires BitNode 14.2 to use +RAM cost: 1 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.gocheat.md b/markdown/bitburner.gocheat.md index bd65c7bce..5e7c848ee 100644 --- a/markdown/bitburner.gocheat.md +++ b/markdown/bitburner.gocheat.md @@ -4,7 +4,7 @@ ## GoCheat interface -Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. +Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. **Signature:** diff --git a/markdown/bitburner.gocheat.playtwomoves.md b/markdown/bitburner.gocheat.playtwomoves.md index c4e23f251..39a3846f0 100644 --- a/markdown/bitburner.gocheat.playtwomoves.md +++ b/markdown/bitburner.gocheat.playtwomoves.md @@ -134,5 +134,7 @@ a promise that contains the opponent move's x and y coordinates (or pass) in res ## Remarks -RAM cost: 8 GB Requires BitNode 14.2 to use +RAM cost: 8 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.gocheat.removerouter.md b/markdown/bitburner.gocheat.removerouter.md index 275c74be5..ac14e4a2e 100644 --- a/markdown/bitburner.gocheat.removerouter.md +++ b/markdown/bitburner.gocheat.removerouter.md @@ -100,5 +100,7 @@ a promise that contains the opponent move's x and y coordinates (or pass) in res ## Remarks -RAM cost: 8 GB Requires BitNode 14.2 to use +RAM cost: 8 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.gocheat.repairofflinenode.md b/markdown/bitburner.gocheat.repairofflinenode.md index cf5639bb7..a10aa855d 100644 --- a/markdown/bitburner.gocheat.repairofflinenode.md +++ b/markdown/bitburner.gocheat.repairofflinenode.md @@ -100,5 +100,7 @@ a promise that contains the opponent move's x and y coordinates (or pass) in res ## Remarks -RAM cost: 8 GB Requires BitNode 14.2 to use +RAM cost: 8 GB + +Requires Source-File 14.2 to use diff --git a/markdown/bitburner.md b/markdown/bitburner.md index e996ebb4e..f97fcfcb4 100644 --- a/markdown/bitburner.md +++ b/markdown/bitburner.md @@ -655,7 +655,7 @@ Tools to analyze the IPvGO subnet. -Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. +Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. diff --git a/markdown/bitburner.ns.getserverbasesecuritylevel.md b/markdown/bitburner.ns.getserverbasesecuritylevel.md index 8968c39fe..9ec41d333 100644 --- a/markdown/bitburner.ns.getserverbasesecuritylevel.md +++ b/markdown/bitburner.ns.getserverbasesecuritylevel.md @@ -56,5 +56,7 @@ Base security level of the target server. ## Remarks -RAM cost: 0.1 GB Returns the base security level of the target server. For the server's actual security level, use [ns.getServerSecurityLevel](./bitburner.ns.getserversecuritylevel.md). +RAM cost: 0.1 GB + +Returns the base security level of the target server. For the server's actual security level, use [ns.getServerSecurityLevel](./bitburner.ns.getserversecuritylevel.md). diff --git a/markdown/bitburner.stock.buyshort.md b/markdown/bitburner.stock.buyshort.md index 47008f4fc..773471681 100644 --- a/markdown/bitburner.stock.buyshort.md +++ b/markdown/bitburner.stock.buyshort.md @@ -72,7 +72,9 @@ The stock price at which each share was purchased, otherwise 0 if the shares wer ## Remarks -RAM cost: 2.5 GB Attempts to purchase a short position of a stock using a Market Order. +RAM cost: 2.5 GB + +Attempts to purchase a short position of a stock using a Market Order. The ability to short a stock is \*\*not\*\* immediately available to the player and must be unlocked later on in the game. diff --git a/markdown/bitburner.stock.buystock.md b/markdown/bitburner.stock.buystock.md index ce26af1c5..53158a2e2 100644 --- a/markdown/bitburner.stock.buystock.md +++ b/markdown/bitburner.stock.buystock.md @@ -72,7 +72,9 @@ The stock price at which each share was purchased, otherwise 0 if the shares wer ## Remarks -RAM cost: 2.5 GB Attempts to purchase shares of a stock using a Market Order. +RAM cost: 2.5 GB + +Attempts to purchase shares of a stock using a Market Order. If the player does not have enough money to purchase the specified number of shares, then no shares will be purchased. Remember that every transaction on the stock exchange costs a certain commission fee. diff --git a/markdown/bitburner.stock.cancelorder.md b/markdown/bitburner.stock.cancelorder.md index d6a606769..8fcaf5b79 100644 --- a/markdown/bitburner.stock.cancelorder.md +++ b/markdown/bitburner.stock.cancelorder.md @@ -118,7 +118,9 @@ void ## Remarks -RAM cost: 2.5 GB Cancels an outstanding Limit or Stop order on the stock market. +RAM cost: 2.5 GB + +Cancels an outstanding Limit or Stop order on the stock market. The ability to use limit and stop orders is \*\*not\*\* immediately available to the player and must be unlocked later on in the game. diff --git a/markdown/bitburner.stock.getforecast.md b/markdown/bitburner.stock.getforecast.md index ee02c95d2..87fb56264 100644 --- a/markdown/bitburner.stock.getforecast.md +++ b/markdown/bitburner.stock.getforecast.md @@ -56,7 +56,9 @@ Probability that the specified stock’s price will increase (as opposed to decr ## Remarks -RAM cost: 2.5 GB The probability is returned in the range 0-1. (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60). +RAM cost: 2.5 GB + +The probability is returned in the range 0-1. (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60). In other words, if this function returned 0.30 for a stock, then this means that the stock’s price has a 30% chance of increasing and a 70% chance of decreasing during the next tick. diff --git a/markdown/bitburner.stock.getmaxshares.md b/markdown/bitburner.stock.getmaxshares.md index d8c167c4c..fc8dda8a9 100644 --- a/markdown/bitburner.stock.getmaxshares.md +++ b/markdown/bitburner.stock.getmaxshares.md @@ -56,5 +56,7 @@ Maximum number of shares that the stock has. ## Remarks -RAM cost: 2 GB This is the maximum amount of the stock that can be purchased in both the Long and Short positions combined. +RAM cost: 2 GB + +This is the maximum amount of the stock that can be purchased in both the Long and Short positions combined. diff --git a/markdown/bitburner.stock.getorders.md b/markdown/bitburner.stock.getorders.md index b93c27f2f..2327da421 100644 --- a/markdown/bitburner.stock.getorders.md +++ b/markdown/bitburner.stock.getorders.md @@ -19,7 +19,9 @@ Object containing information for all the Limit and Stop Orders you have in the ## Remarks -RAM cost: 2.5 GB This is an object containing information for all the Limit and Stop Orders you have in the stock market. For each symbol you have a position in, the returned object will have a key with that symbol's name. The object's properties are each an array of [StockOrder](./bitburner.stockorder.md) The object has the following structure: +RAM cost: 2.5 GB + +This is an object containing information for all the Limit and Stop Orders you have in the stock market. For each symbol you have a position in, the returned object will have a key with that symbol's name. The object's properties are each an array of [StockOrder](./bitburner.stockorder.md) The object has the following structure: ```js { diff --git a/markdown/bitburner.stock.getposition.md b/markdown/bitburner.stock.getposition.md index c3cef1c62..297942e01 100644 --- a/markdown/bitburner.stock.getposition.md +++ b/markdown/bitburner.stock.getposition.md @@ -56,7 +56,9 @@ Array of four elements that represents the player’s position in a stock. ## Remarks -RAM cost: 2 GB Returns an array of four elements that represents the player’s position in a stock. +RAM cost: 2 GB + +Returns an array of four elements that represents the player’s position in a stock. The first element in the returned array is the number of shares the player owns of the stock in the Long position. The second element in the array is the average price of the player’s shares in the Long position. diff --git a/markdown/bitburner.stock.getpurchasecost.md b/markdown/bitburner.stock.getpurchasecost.md index 867480b96..dc96a6dc9 100644 --- a/markdown/bitburner.stock.getpurchasecost.md +++ b/markdown/bitburner.stock.getpurchasecost.md @@ -88,5 +88,7 @@ Cost to buy a given number of shares of a stock. ## Remarks -RAM cost: 2 GB Calculates and returns how much it would cost to buy a given number of shares of a stock. This takes into account spread, large transactions influencing the price of the stock and commission fees. +RAM cost: 2 GB + +Calculates and returns how much it would cost to buy a given number of shares of a stock. This takes into account spread, large transactions influencing the price of the stock and commission fees. diff --git a/markdown/bitburner.stock.getsalegain.md b/markdown/bitburner.stock.getsalegain.md index 2f72ef1d5..c28bbea07 100644 --- a/markdown/bitburner.stock.getsalegain.md +++ b/markdown/bitburner.stock.getsalegain.md @@ -88,5 +88,7 @@ Gain from selling a given number of shares of a stock. ## Remarks -RAM cost: 2 GB Calculates and returns how much you would gain from selling a given number of shares of a stock. This takes into account spread, large transactions influencing the price of the stock and commission fees. +RAM cost: 2 GB + +Calculates and returns how much you would gain from selling a given number of shares of a stock. This takes into account spread, large transactions influencing the price of the stock and commission fees. diff --git a/markdown/bitburner.stock.getvolatility.md b/markdown/bitburner.stock.getvolatility.md index 53e062292..756f050d9 100644 --- a/markdown/bitburner.stock.getvolatility.md +++ b/markdown/bitburner.stock.getvolatility.md @@ -56,7 +56,9 @@ Volatility of the specified stock. ## Remarks -RAM cost: 2.5 GB Volatility represents the maximum percentage by which a stock’s price can change every tick. The volatility is returned in the range 0-1. (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3). +RAM cost: 2.5 GB + +Volatility represents the maximum percentage by which a stock’s price can change every tick. The volatility is returned in the range 0-1. (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3). In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API. diff --git a/markdown/bitburner.stock.placeorder.md b/markdown/bitburner.stock.placeorder.md index 0dce08bfa..26c57ca5d 100644 --- a/markdown/bitburner.stock.placeorder.md +++ b/markdown/bitburner.stock.placeorder.md @@ -120,7 +120,9 @@ True if the order is successfully placed, and false otherwise. ## Remarks -RAM cost: 2.5 GB Places an order on the stock market. This function only works for Limit and Stop Orders. +RAM cost: 2.5 GB + +Places an order on the stock market. This function only works for Limit and Stop Orders. The ability to place limit and stop orders is \*\*not\*\* immediately available to the player and must be unlocked later on in the game. diff --git a/markdown/bitburner.stock.sellshort.md b/markdown/bitburner.stock.sellshort.md index d9de0bcd2..df3209669 100644 --- a/markdown/bitburner.stock.sellshort.md +++ b/markdown/bitburner.stock.sellshort.md @@ -72,7 +72,9 @@ The stock price at which each share was sold, otherwise 0 if the shares weren't ## Remarks -RAM cost: 2.5 GB Attempts to sell a short position of a stock using a Market Order. +RAM cost: 2.5 GB + +Attempts to sell a short position of a stock using a Market Order. The ability to short a stock is \*\*not\*\* immediately available to the player and must be unlocked later on in the game. diff --git a/markdown/bitburner.stock.sellstock.md b/markdown/bitburner.stock.sellstock.md index 3dc9a8abf..94defbc0f 100644 --- a/markdown/bitburner.stock.sellstock.md +++ b/markdown/bitburner.stock.sellstock.md @@ -72,7 +72,9 @@ The stock price at which each share was sold, otherwise 0 if the shares weren't ## Remarks -RAM cost: 2.5 GB Attempts to sell shares of a stock using a Market Order. +RAM cost: 2.5 GB + +Attempts to sell shares of a stock using a Market Order. If the specified number of shares in the function exceeds the amount that the player actually owns, then this function will sell all owned shares. Remember that every transaction on the stock exchange costs a certain commission fee. diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 53f317fbf..89a2788ba 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1359,6 +1359,7 @@ export interface Stock { * Returns the player’s position in a stock. * @remarks * RAM cost: 2 GB + * * Returns an array of four elements that represents the player’s position in a stock. * * The first element in the returned array is the number of shares the player owns of @@ -1384,6 +1385,7 @@ export interface Stock { * Returns the maximum number of shares of a stock. * @remarks * RAM cost: 2 GB + * * This is the maximum amount of the stock that can be purchased * in both the Long and Short positions combined. * @@ -1396,6 +1398,7 @@ export interface Stock { * Calculates cost of buying stocks. * @remarks * RAM cost: 2 GB + * * Calculates and returns how much it would cost to buy a given number of shares of a stock. * This takes into account spread, large transactions influencing the price of the stock and commission fees. * @@ -1410,6 +1413,7 @@ export interface Stock { * Calculate profit of selling stocks. * @remarks * RAM cost: 2 GB + * * Calculates and returns how much you would gain from selling a given number of shares of a stock. * This takes into account spread, large transactions influencing the price of the stock and commission fees. * @@ -1424,6 +1428,7 @@ export interface Stock { * Buy stocks. * @remarks * RAM cost: 2.5 GB + * * Attempts to purchase shares of a stock using a Market Order. * * If the player does not have enough money to purchase the specified number of shares, @@ -1443,6 +1448,7 @@ export interface Stock { * Sell stocks. * @remarks * RAM cost: 2.5 GB + * * Attempts to sell shares of a stock using a Market Order. * * If the specified number of shares in the function exceeds the amount that the player @@ -1467,6 +1473,7 @@ export interface Stock { * Short stocks. * @remarks * RAM cost: 2.5 GB + * * Attempts to purchase a short position of a stock using a Market Order. * * The ability to short a stock is **not** immediately available to the player and @@ -1489,6 +1496,7 @@ export interface Stock { * Sell short stock. * @remarks * RAM cost: 2.5 GB + * * Attempts to sell a short position of a stock using a Market Order. * * The ability to short a stock is **not** immediately available to the player and @@ -1511,6 +1519,7 @@ export interface Stock { * Place order for stocks. * @remarks * RAM cost: 2.5 GB + * * Places an order on the stock market. This function only works for Limit and Stop Orders. * * The ability to place limit and stop orders is **not** immediately available to the player and @@ -1531,6 +1540,7 @@ export interface Stock { * Cancel order for stocks. * @remarks * RAM cost: 2.5 GB + * * Cancels an outstanding Limit or Stop order on the stock market. * * The ability to use limit and stop orders is **not** immediately available to the player and @@ -1548,6 +1558,7 @@ export interface Stock { * Returns your order book for the stock market. * @remarks * RAM cost: 2.5 GB + * * This is an object containing information for all the Limit and Stop Orders you have in the stock market. * For each symbol you have a position in, the returned object will have a key with that symbol's name. * The object's properties are each an array of {@link StockOrder} @@ -1614,6 +1625,7 @@ export interface Stock { * Returns the volatility of the specified stock. * @remarks * RAM cost: 2.5 GB + * * Volatility represents the maximum percentage by which a stock’s price can change every tick. * The volatility is returned in the range 0-1. * (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3). @@ -1630,6 +1642,7 @@ export interface Stock { * tick. * @remarks * RAM cost: 2.5 GB + * * The probability is returned in the range 0-1. * (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60). * @@ -3843,6 +3856,7 @@ export interface Bladeburner { * Travel to another city in Bladeburner. * @remarks * RAM cost: 4 GB + * * Attempts to switch to the specified city (for Bladeburner only). * * Returns true if successful, and false otherwise @@ -3856,6 +3870,7 @@ export interface Bladeburner { * Get Bladeburner stamina. * @remarks * RAM cost: 4 GB + * * Returns an array with two elements: * * [Current stamina, Max stamina] * @example @@ -3873,6 +3888,7 @@ export interface Bladeburner { * Join the Bladeburner faction. * @remarks * RAM cost: 4 GB + * * Attempts to join the Bladeburner faction. * * Returns true if you successfully join the Bladeburner faction, or if you are already a member. @@ -5161,6 +5177,7 @@ export interface GoAnalysis { * * @remarks * RAM cost: 8 GB + * * (This is intentionally expensive; you can derive this info from just getBoardState() and getMoveHistory() ) * * @param boardState - Optional. The board state to analyze, in the string[] format used by getBoardState(). Defaults to the current board state. Alternatively can be simply "true" to get current valid moves for white. @@ -5192,6 +5209,7 @@ export interface GoAnalysis { * * @remarks * RAM cost: 16 GB + * * (This is intentionally expensive; you can derive this info from just getBoardState() ) * * @param boardState - Optional. The current board state, as an array of strings. Defaults to the current board state. @@ -5220,6 +5238,7 @@ export interface GoAnalysis { * * @remarks * RAM cost: 16 GB + * * (This is intentionally expensive; you can derive this info from just getBoardState() ) * * @param boardState - Optional. The current board state, as an array of strings. Defaults to the current board state. @@ -5249,6 +5268,7 @@ export interface GoAnalysis { * * @remarks * RAM cost: 16 GB + * * (This is intentionally expensive; you can derive this info from just getBoardState() ) * * @param boardState - Optional. The current board state, as an array of strings. Defaults to the current board state. @@ -5330,7 +5350,7 @@ export interface GoAnalysis { } /** - * Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. + * Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. * * @public */ @@ -5345,7 +5365,8 @@ export interface GoCheat { * * @remarks * RAM cost: 1 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param cheatCount - Optional override for the number of cheats already attempted. Defaults to the number of cheats attempted in the current game. * @param playAsWhite - Optional override for playing as white. Can only be used when playing on a 'No AI' board. @@ -5357,7 +5378,8 @@ export interface GoCheat { * * @remarks * RAM cost: 1 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param playAsWhite - Optional override for playing as white. Can only be used when playing on a 'No AI' board. * @returns The number of times you've attempted to cheat in the current game. @@ -5373,7 +5395,8 @@ export interface GoCheat { * * @remarks * RAM cost: 8 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param x - x coordinate of router to remove * @param y - y coordinate of router to remove @@ -5400,7 +5423,8 @@ export interface GoCheat { * * @remarks * RAM cost: 8 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param x1 - x coordinate of first move to make * @param y1 - y coordinate of first move to make @@ -5431,7 +5455,8 @@ export interface GoCheat { * * @remarks * RAM cost: 8 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param x - x coordinate of offline node to repair * @param y - y coordinate of offline node to repair @@ -5459,7 +5484,8 @@ export interface GoCheat { * * @remarks * RAM cost: 8 GB - * Requires BitNode 14.2 to use + * + * Requires Source-File 14.2 to use * * @param x - x coordinate of empty node to destroy * @param y - y coordinate of empty node to destroy @@ -5644,7 +5670,7 @@ export interface Go { analysis: GoAnalysis; /** - * Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. + * Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires Source-File 14.2 to use. */ cheat: GoCheat; } @@ -8184,6 +8210,7 @@ export interface NS { * Get the base security level of a server. * @remarks * RAM cost: 0.1 GB + * * Returns the base security level of the target server. * For the server's actual security level, use {@link NS.getServerSecurityLevel | ns.getServerSecurityLevel}. *