2022-01-12 18:22:09 -05: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-09 18:48:58 -04:00
|
|
|
[IStyleSettings](./bitburner.istylesettings.md)
|
2022-01-12 18:22:09 -05:00
|
|
|
|
|
|
|
An object containing the player's styles
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2022-01-18 14:02:12 -05:00
|
|
|
RAM cost: 0 GB
|
2022-01-12 18:22:09 -05:00
|
|
|
|