bitburner-src/doc/source/netscript/basicfunctions/hackAnalyzePercent.rst

23 lines
791 B
ReStructuredText
Raw Normal View History

hackAnalyzePercent() Netscript Function
=======================================
2021-03-12 08:51:56 +01:00
.. js:function:: hackAnalyzePercent(hostname)
:RAM cost: 1 GB
2021-03-12 08:51:56 +01:00
:param string hostname: Hostname of target server.
:returns: The percentage of money you will steal from the target server with
a single hack.
Returns the percentage of the specified server's money you will steal with a
2021-03-12 08:51:56 +01:00
single hack. This value is returned in percentage form, not decimal.
2021-03-12 08:51:56 +01:00
For example, assume the following returns 1:
2021-03-12 08:51:56 +01:00
.. code-block:: javascript
2021-03-12 08:51:56 +01:00
hackAnalyzePercent("foodnstuff"); // returns: 1
This means that if hack the 'foodnstuff' server, then you will steal 1% of its
total money. If you :doc:`hack<hack>` using N threads, then you will steal N% of its total
money.