On this pageCraftingQueueListUI.ReloadDeclaration#public virtual void Reload()CopyDescription#Reload the listUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CraftingQueueListUI target) { target.Reload(); } }Copy