mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
29 lines
676 B
Markdown
29 lines
676 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getCharacterInformation](./bitburner.singularity.getcharacterinformation.md)
|
|
|
|
## Singularity.getCharacterInformation() method
|
|
|
|
> Warning: This API is now obsolete.
|
|
>
|
|
> use getPlayer
|
|
>
|
|
|
|
SF4.1 - Returns an object with various information about your character.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getCharacterInformation(): CharacterInfo;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
[CharacterInfo](./bitburner.characterinfo.md)
|
|
|
|
Object with various information about your character.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.5 GB
|
|
|