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