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