bitburner-src/markdown/bitburner.singularity.getstats.md
Olivier Gagnon 49a545f00e many bugfix
2021-12-03 14:12:32 -05:00

663 B
Raw Blame History

Home > bitburner > Singularity > getStats

Singularity.getStats() method

Warning: This API is now obsolete.

use getPlayer

SF4.1 - Returns an object with the Players stats.

Signature:

getStats(): PlayerSkills;

Returns:

PlayerSkills

Object with the Players stats.

Remarks

RAM cost: 0.5 GB

Example

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