On this pageEquipSlotClient.busypublic bool busy { get; }CopyDescription#Gets if the system is busy changing equipped itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(EquipSlotClient target) { bool result = target.busy; } }Copy