mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
9b638b911f
Adds three Netscript functions to manipulate the user's styles like the player can with theme.
24 lines
479 B
Markdown
24 lines
479 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
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getStyles(): IStyleSettings;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
IStyleSettings
|
|
|
|
An object containing the player's styles
|
|
|
|
## Remarks
|
|
|
|
RAM cost: cost: 0 GB
|
|
|