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