On this pageAddItemExtendedPlugin.needsUIpublic bool needsUI { get; }CopyDescription#Get if this add-on requires UIUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddItemExtendedPlugin target) { bool result = target.needsUI; } }Copy