Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 665 Bytes

bitburner.singularity.getstats.md

File metadata and controls

36 lines (22 loc) · 665 Bytes

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:

PlayerSkills

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);