AkaCore.Features.Activator.AItems.Titanic.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool
        public bool ShouldGetExecuted()
        {
            return AkaCore.Manager.MenuManager.AItems && AkaCore.Manager.MenuManager.Titanic && AkaLib.Item.Titanic != null && AkaLib.Item.Titanic.IsReady() && Orbwalker.ActiveModesFlags == Orbwalker.ActiveModes.Combo;
        }