On this pageInWorldContainer.busypublic bool busy { get; }CopyDescription#True if the system is currently loading or saving data.Usage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InWorldContainer target) { bool result = target.busy; } }Copy