toggle menu
nova-parent
0.17-alpha.34
main
switch theme
search in API
nova-api
/
xyz.xenondevs.nova.api.player
/
WailaManager
Waila
Manager
interface
WailaManager
Members
Functions
get
State
Link copied to clipboard
abstract
fun
getState
(
player
:
Player
)
:
Boolean
Gets the current on/off state of WAILA for the specified player.
is
Completely
Disabled
Link copied to clipboard
abstract
fun
isCompletelyDisabled
(
)
:
Boolean
Checks whether WAILA is completely disabled in the main config.
set
State
Link copied to clipboard
abstract
fun
setState
(
player
:
Player
,
state
:
Boolean
)
:
Boolean
Sets the on/off state of WAILA for the specified player.