Aura.Channel.Scripting.Scripts.NpcShopScript.GetTabs C# (CSharp) Method

GetTabs() protected method

Returns thread-safe list of all tabs.
protected GetTabs ( ) : IList
return IList
		protected IList<NpcShopTab> GetTabs()
		{
			return this.GetTabs(null, null);
		}

Same methods

NpcShopScript::GetTabs ( Creature creature, NPC owner ) : IList