mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
22 lines
685 B
ReStructuredText
22 lines
685 B
ReStructuredText
|
getStats() Netscript Function
|
||
|
=======================================
|
||
|
|
||
|
.. js:function:: getStatus(sleeveNumber)
|
||
|
|
||
|
:param int sleeveNumber: index of the sleeve to get stats of.
|
||
|
|
||
|
Return a structure containing the stats of the sleeve
|
||
|
|
||
|
.. code-block:: javascript
|
||
|
|
||
|
{
|
||
|
shock: current shock of the sleeve [0-1],
|
||
|
sync: current sync of the sleeve [0-1],
|
||
|
hacking_skill: current hacking skill of the sleeve,
|
||
|
strength: current strength of the sleeve,
|
||
|
defense: current defense of the sleeve,
|
||
|
dexterity: current dexterity of the sleeve,
|
||
|
agility: current agility of the sleeve,
|
||
|
charisma: current charisma of the sleeve,
|
||
|
}
|