bitburner-src/markdown/bitburner.singularity.getstats.md
2021-11-03 20:19:52 -04:00

663 B
Raw Blame History

Home > bitburner > Singularity > getStats

Singularity.getStats() method

Warning: This API is now obsolete.

Returns an object with the Players stats.

Signature:

getStats(): PlayerSkills;

Returns:

PlayerSkills

Object with the Players stats.

Remarks

RAM cost: 0.5 GB

Singularity - Level 1

Example

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