Aura.Channel.Scripting.Scripts.NpcShopScript.GetTabs C# (CSharp) Méthode

GetTabs() protected méthode

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

Same methods

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