On this pageItemUI.LoadLockedSlotDeclaration#public void LoadLockedSlot()CopyDescription#Load a locked slotUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemUI target) { target.LoadLockedSlot(); } }Copy