bitburner-src/doc/source/netscript/singularityfunctions/getStats.rst
2021-03-07 04:37:56 -05:00

28 lines
602 B
ReStructuredText

getStats() Netscript Function
=============================
.. js:function:: getStats()
:RAM cost: 0.5 GB
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to run this function.
Returns an object with the Player's stats. The object has the following properties::
{
hacking
strength
defense
dexterity
agility
charisma
intelligence
}
Example::
res = getStats();
print('My charisma level is: ' + res.charisma);
:RAM cost: 0.5 GB