This is an old revision of the document!
Inherits From: LibTF.PersistentObject
This is the generic apparel type from which all other apparel is derived. Persistent objects that specify this type in their defaults must also explicitly provide a slots section.
Inherited from LibTF.PersistentObject: id, parentId, parent, name, aName, nameIsProper, nameIrregularArticle
The ClothingSlots that this article of apparel occupies.
The default ClothingSlots that this article of apparel occupies. This is returned if there is no entry for the particular article of Apparel's slots in the persistence system. For GenericApparel, this returns [].
This getter is meant to be overridden in subclasses of Apparel, to make them occupy certain slots by default.
Inherited from LibTF.PersistentObject: hasPersistent(), getPersistent(), setPersistent(), resetPersistent()
// Example code.