On this pageGDTKDynamicIntValue.ShutdownDeclaration#public void Shutdown()CopyDescription#Shutdown the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKDynamicIntValue target) { target.Shutdown(); } }Copy