bitburner-src/markdown/bitburner.singularity.getstats.md
Olivier Gagnon 8b69fd7faa doc
2022-01-15 18:39:37 -05:00

665 B
Raw Blame History

Home > bitburner > Singularity > getStats

Singularity.getStats() method

Warning: This API is now obsolete.

use getPlayer

Returns an object with the Players stats.

Signature:

getStats(): PlayerSkills;

Returns:

PlayerSkills

Object with the Players stats.

Remarks

RAM cost: 0.5 GB * 16/4/1

Example

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