mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
665 B
665 B
Home > bitburner > Singularity > getStats
Singularity.getStats() method
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.
Remarks
RAM cost: 0.5 GB * 16/4/1
Example
res = getStats();
print('My charisma level is: ' + res.charisma);