UI Manager

Overview

The UI Manager is a manager script used to manage the functionality of all the different UI screens of the Inventory Add-On. You can use it manually by calling the ChangeUIState event as a String and using one of the following:

E.g. If you pass a value of: "InventoryOpenClose" then you will Open the Inventory Screen:

Inventory Opening and Closing is the only one that shares a string value. All the rest are as above.

Last updated