On this pageInterfaceManager.PreventPromptspublic static bool PreventPrompts { get; }CopyDescription#Returns if Interface Flags contains PreventPromptsUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { InterfaceManager.PreventPrompts = true; } }Copy