mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
24 lines
500 B
Markdown
24 lines
500 B
Markdown
<!-- 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
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getStyles(): IStyleSettings;
|
|
```
|
|
**Returns:**
|
|
|
|
[IStyleSettings](./bitburner.istylesettings.md)
|
|
|
|
An object containing the player's styles
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|