This class, derived from Inventory, is meant to track worn Apparel. It overrides preAdd() so that only objects of type GenericApparel (or subclasses thereof) may be added to the inventory. It also overrides sort() so that the contents are sorted in order of ClothingSlot value rather than alphabetically.
-
-
===== Fields =====
-
-
**Inherited from [[libtf:documentation:api:persistentobject|LibTF.PersistentObject]]:** id, parentId, parent, name, aName, nameIsProper, nameIrregularArticle
-
-
**Inherited from [[libtf:documentation:api:inventory|LibTF.Inventory]]:** None.
-
-
===== Methods =====
-
-
**Inherited from [[libtf:documentation:api:persistentobject|LibTF.PersistentObject]]:** hasPersistent(), getPersistent(), setPersistent(), resetPersistent()