On this pageStatsDatabaseV2.isLoadedpublic bool isLoaded { get; }CopyDescription#True if the database has been loadedUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatsDatabaseV2 target) { bool result = target.isLoaded; } }Copy