On this pageGDTKItem.initializedpublic bool initialized { get; }CopyDescription#Get if this object has been initializedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { bool result = target.initialized; } }Copy