Skip to main content

Introduction

This class provides a base class for all Theme Windows

"Crafting Window UI"

Fields#

NameDescription
Recipe ListList for displaying available recipes
Title LabelLabel for displaying title
IdID for this screen
Destroy On CloseDestroy instance when screen is closed
Allow DragAllow the window to be dragged
Non ModalSet the window as non-modal, allowing other windows to open as well
Allow Multiple InstanceAllow multiple instances of this window to be open at the same time
Open NavOpen navigation
Close NavClose navigation
Audio Pool ChannelName of the broadcaster channel to use with the audio ppol
Open SoundSound to play on open
Close SoundSound to play on close
On OpenEvent raised when screen is opened
On CloseEvent raised when screen is closed

Properties#

NameDescription
parametersParameters associated with the window
themeTheme used to open window

Methods#

NameDescription
SetArgsSet the parameters for the window
CloseClose the window