2022-01-13 00:22:09 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [UserInterface](./bitburner.userinterface.md) > [getStyles](./bitburner.userinterface.getstyles.md)
|
|
|
|
|
|
|
|
## UserInterface.getStyles() method
|
|
|
|
|
|
|
|
Get the current styles
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getStyles(): IStyleSettings;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2022-10-10 00:48:58 +02:00
|
|
|
[IStyleSettings](./bitburner.istylesettings.md)
|
2022-01-13 00:22:09 +01:00
|
|
|
|
|
|
|
An object containing the player's styles
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2022-01-18 20:02:12 +01:00
|
|
|
RAM cost: 0 GB
|
2022-01-13 00:22:09 +01:00
|
|
|
|