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

37 lines
663 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [getStats](./bitburner.singularity.getstats.md)
## Singularity.getStats() method
> Warning: This API is now obsolete.
>
> use getPlayer
>
SF4.1 - Returns an object with the Players stats.
<b>Signature:</b>
```typescript
getStats(): PlayerSkills;
```
<b>Returns:</b>
[PlayerSkills](./bitburner.playerskills.md)
Object with the Players stats.
## Remarks
RAM cost: 0.5 GB
## Example
```ts
res = getStats();
print('My charisma level is: ' + res.charisma);
```