work on making the netscript api tighter

This commit is contained in:
Olivier Gagnon
2021-11-03 20:19:52 -04:00
parent c5fb5155f3
commit 14150d3e33
270 changed files with 11011 additions and 1273 deletions
@@ -0,0 +1,36 @@
<!-- 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.
>
> 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
Singularity - Level 1
## Example
```ts
res = getStats();
print('My charisma level is: ' + res.charisma);
```