Updated documentation for new Stock Market changes. More rebalancing for recent stock market changes

This commit is contained in:
danielyxie
2019-06-03 23:05:25 -07:00
parent 35f8a5115a
commit dc5f4e6694
8 changed files with 66 additions and 38 deletions

View File

@@ -8,6 +8,8 @@ grow() Netscript Function
* threads (*number*) - Number of threads to use for this function.
Must be less than or equal to the number of threads the script is running with.
* stock (*boolean*) - If true, the function can affect the stock market. See
:ref:`gameplay_stock_market_player_actions_influencing_stock`
:returns: The number by which the money on the server was multiplied for the growth
:RAM cost: 0.15 GB

View File

@@ -8,6 +8,8 @@ hack() Netscript Function
* threads (*number*) - Number of threads to use for this function.
Must be less than or equal to the number of threads the script is running with.
* stock (*boolean*) - If true, the function can affect the stock market. See
:ref:`gameplay_stock_market_player_actions_influencing_stock`
:returns: The amount of money stolen if the hack is successful, and zero otherwise
:RAM cost: 0.1 GB