On this pageGlobalStats.initializedpublic bool initialized { get; }CopyDescription#True if object has been initialized.Usage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GlobalStats source) { Debug.Log("Ready: " + source.initialized); } }Copy