bitburner-src/markdown/bitburner.singularity.getstats.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

724 B
Raw Blame History

Home > bitburner > Singularity > getStats

Singularity.getStats() method

If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to use this function and the RAM cost is doubled.

Returns an object with the Players stats.

Signature:

getStats(): PlayerStats;

Returns:

PlayerStats

Object with the Players stats.

Remarks

0.5 GB Level 1

Example

res = getStats();
print('My charisma level is: ' + res.charisma);