InterfaceManager.PreventPrompts
public static bool PreventPrompts { get; }
#
DescriptionReturns if Interface Flags contains PreventPrompts
#
UsageExample
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod() { InterfaceManager.PreventPrompts = true; }
}