mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
733 B
733 B
Home > bitburner > Singularity > getStats
Singularity.getStats() method
If you are not in BitNode-4, then you must have Level 1 of Source-File 4 in order to use this function and the RAM cost is doubled.
Returns an object with the Player’s stats.
Signature:
getStats(): PlayerSkills;
Returns:
Object with the Player’s stats.
Remarks
Singularity - Level 1
Example
res = getStats();
print('My charisma level is: ' + res.charisma);