mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
15 lines
588 B
ReStructuredText
15 lines
588 B
ReStructuredText
getData() Netscript Function
|
|
============================
|
|
|
|
.. js:function:: getData(fn[, hostname/ip=current ip])
|
|
|
|
:param string fn: Filename of the contract
|
|
:param string hostname/ip: Hostname or IP of the server containing the contract.
|
|
Optional. Defaults to current server if not provided
|
|
|
|
Get the data associated with the specific Coding Contract. Note that this is
|
|
not the same as the contract's description. This is just the data that
|
|
the contract wants you to act on in order to solve
|
|
|
|
:returns: The specified contract's data
|