On this pageTransferItemTooltipDisplay.TakeItemDeclaration#public void TakeItem()CopyDescription#Takes the itemUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TransferItemTooltipDisplay target, string tooltip) { target.ShowTip(tooltip); } }Copy