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