Skip to main content

Introduction

This component provides a window for transfering items between different containers

"Transfer Window UI"

Fields#

NameDescription
Other ListUI showing other's inventory
Player ListUI showing player's inventory
Initial FocusSets which list should be focused by default
Double Click TransferAutomatically transfer an item on double-click
On Player ActiveEvent raised when player inventory is active
On Storage ActiveEvent raised when storage inventory is active
On Window ReadyEvent raised when window has fully loaded
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
otherContainerGet/Set the other Item Container
otherInventoryGet/Set the other Inventory
playerInventoryGet/Set the player Inventory
parametersParameters associated with the window
themeTheme used to open window

Methods#

NameDescription
OpenOtherWindowOpen another window with this one
SetArgsSet the parameters for the window
StoreAllStore all player items into other
StoreItemStore specific player item into other
StoreSelectedItemStore selected item into other
SwapStateToggle between store (player) and take (other) modes
TakeAllTake all items from other
TakeItemTake a specific item from other
TakeSelectedItemTake selected item from other
CloseClose the window