You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>The Chests Anywhere API which other mods can access.</summary>
public interface IChestsAnywhereApi
{
/// <summary>Get whether the chest overlay is currently visible on top of the current menu. In split-screen mode, this is for the current screen being updated/rendered.</summary>
bool IsOverlayActive();
/// <summary>Get whether the chest overlay is currently blocking input to the underlying menu (e.g. a dropdown or the options form is open). In split-screen mode, this is for the current screen being updated/rendered.</summary>