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