On this pageInventoryDatabase.isLoadedpublic bool isLoaded { get; }CopyDescription#Gets if the database has loadedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InventoryDatabase target) { bool result = target.isLoaded; } }Copy