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