bitburner-src/markdown/bitburner.userinterface.md
Martin Fournier 9b638b911f Add ns.ui.[getStyles, setStyles, resetStyles]
Adds three Netscript functions to manipulate the user's styles like the
player can with theme.
2022-01-12 18:34:05 -05:00

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