mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
v0.47.3 (#808)
* Updated ram cost of documentation * v0.47.3 Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
This commit is contained in:
@@ -18,3 +18,5 @@ attempt() Netscript Function
|
||||
option is configured, then the function will instead return a string. If the
|
||||
contract is successfully solved, the string will contain a description of the
|
||||
contract's reward. Otherwise, it will be an empty string.
|
||||
|
||||
:RAM cost: 10 GB
|
||||
|
||||
@@ -11,3 +11,5 @@ getContractType() Netscript Function
|
||||
(e.g. Find Largest Prime Factor, Total Ways to Sum, etc.)
|
||||
|
||||
:returns: A string with the contract's problem type
|
||||
|
||||
:RAM cost: 5 GB
|
||||
|
||||
@@ -10,3 +10,5 @@ getDescription() Netscript Function
|
||||
Get the full text description for the problem posed by the Coding Contract
|
||||
|
||||
:returns: A string with the contract's text description
|
||||
|
||||
:RAM cost: 5 GB
|
||||
|
||||
@@ -11,3 +11,5 @@ getNumTriesRemaining() Netscript Function
|
||||
self-destructs.
|
||||
|
||||
:returns: Number indicating how many attempts are remaining
|
||||
|
||||
:RAM cost: 2 GB
|
||||
|
||||
Reference in New Issue
Block a user