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