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