On this pageInventoryPickup.GetFirstItemDeclaration#public GDTKItem GetFirstItem()CopyDescription#Get the first item in the listUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(InventoryPickup target) { GDTKItem result = target.GetFirstItem(); } }Copy