On this pageTransferItemTooltipDisplay.StoreItemDeclaration#public void StoreItem()CopyDescription#Stores the itemUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TransferItemTooltipDisplay target) { target.ShowTip(); } }Copy