mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
Adds three Netscript functions to manipulate the user's styles like the player can with theme.
926 B
926 B
Home > bitburner > UserInterface
UserInterface interface
User Interface API.
Signature:
interface UserInterface
Methods
| Method | Description |
|---|---|
| getStyles() | Get the current styles |
| getTheme() | Get the current theme |
| resetStyles() | Resets the player's styles to the default values |
| resetTheme() | Resets the player's theme to the default values |
| setStyles(newStyles) | Sets the current styles |
| setTheme(newTheme) | Sets the current theme |