2021-11-04 01:19:52 +01:00
|
|
|
<!-- 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.
|
|
|
|
>
|
2021-12-03 20:12:32 +01:00
|
|
|
> use getPlayer
|
2021-11-04 01:19:52 +01:00
|
|
|
>
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
Returns an object with various information about your character.
|
2021-12-03 20:12:32 +01:00
|
|
|
|
2021-11-04 01:19:52 +01:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getCharacterInformation(): CharacterInfo;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
[CharacterInfo](./bitburner.characterinfo.md)
|
|
|
|
|
|
|
|
Object with various information about your character.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
RAM cost: 0.5 GB \* 16/4/1
|
2021-11-04 01:19:52 +01:00
|
|
|
|