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