Home > bitburner > Singularity > getStats
Warning: This API is now obsolete.
use getPlayer
Returns an object with the Player’s stats.
Signature:
getStats(): PlayerSkills;
Returns:
Object with the Player’s stats.
RAM cost: 0.5 GB * 16/4/1
res = getStats();
print('My charisma level is: ' + res.charisma);