Skip to main content

Introduction

This window provides control for managing Socket plugins on an item

"Socket Window UI"

Fields#

NameDescription
Item UIElement displaying Item information
Socket ListElement displaying the list of all sockets on the item
Attachment ListElement displaying the list of available items to be attached to sockets
On Item ActiveEvent raised when item sockets are active
On Attachments ActiveEvent raised when attachments are active
On Can Attach ItemEvent raised when the selected item can be attached to the socket
On Cannot Attach ItemEvent raised when the selected item cannot be attached to the socket
On Can Detach ItemEvent raised when the selected item can be detached to the socket
On Cannot Detach ItemEvent raised when the selected item cannot be detached to the socket
On Detach Destroys ItemEvent raised if detaching an item from a socket causes it to be destroyed
On Detach Returns ItemEvent raised if detaching an item from a socket causes it to be returned to inventory
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
itemGets the item set for this window
socketsGets the list of Socket plugins for the item
parametersParameters associated with the window
themeTheme used to open window

Methods#

NameDescription
AttachSelectedItemAttach the selected item to the socket
DetachSelectedItemDetach the item from the selected socket
SetArgsSet the parameters needed for the window
SwapStateSwap between the attachment list and the socket list
CloseClose the window