Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Category

Travis edited this page Jul 3, 2018 · 6 revisions

The Category mixin is the main selling point of LibContainer. Unlike most bag addons that exists, LibContainer bases the entire layout upon separating Slots into categories, which are displayed in Containers, instead of either showing entire bags, or all-in-one solutions (both of which are technically possible to do in LibContainer as well).


Category:GetName()

Returns the name of the category.


Category:GetLocalizedName()

Returns the localized name of the category.


Category:Rename(localizedName)

Sets the localized name for a category.

  • localizedName - localized name of the category (string)
Clone this wiki locally