On this pageGDTKItem.ShutdownDeclaration#public void Shutdown()CopyDescription#Shuts down the objectUsage#Exampleusing NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(GDTKItem target) { target.Shutdown(); } }Copy