This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libtf:documentation:api:apparel:builtin [2018/02/25 10:13] – lee | libtf:documentation:api:apparel:builtin [2018/09/24 14:01] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | These specific apparel classes are meant to help make Persistence.setDefaults() passages much more clean and concise. | ||
- | |||
- | ====== LibTF.Apparel.Jewelry.* ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | These are Apparel types that correspond to jewelry. | ||
- | |||
- | FIXME: We probably ought to derive these from Womenswear instead... | ||
- | |||
- | ^ Class ^ Slots ^ | ||
- | | LibTF.Apparel.Jewelry.Bracelet | ClothingSlot.WRIST | | ||
- | | LibTF.Apparel.Jewelry.Earrings | ClothingSlot.EARS | | ||
- | | LibTF.Apparel.Jewelry.Necklace | ClothingSlot.NECK | | ||
- | | LibTF.Apparel.Jewelry.Ring | ClothingSlot.FINGER | | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Menswear.* ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | These are Apparel types that correspond to obviously masculine clothing. | ||
- | |||
- | ^ Class ^ Slots ^ | ||
- | | LibTF.Apparel.Menswear.Boxers | ClothingSlot.UNDERPANTS | | ||
- | | LibTF.Apparel.Menswear.Briefs | ClothingSlot.UNDERPANTS | | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Unisex.* ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | These are Apparel types that correspond to unisex clothing. | ||
- | |||
- | ^ Class ^ Slots ^ | ||
- | | LibTF.Apparel.Unisex.Coat | ClothingSlot.OVER | | ||
- | | LibTF.Apparel.Unisex.Hat | ClothingSlot.HEAD | | ||
- | | LibTF.Apparel.Unisex.Pants | ClothingSlot.TRUNK | | ||
- | | LibTF.Apparel.Unisex.Shirt | ClothingSlot.TORSO | | ||
- | | LibTF.Apparel.Unisex.Shoes | ClothingSlot.FEET | | ||
- | | LibTF.Apparel.Unisex.Socks | ClothingSlot.UNDERLEGS | | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Womenswear.* ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | These are Apparel types that correspond to obviously feminine clothing. | ||
- | |||
- | ^ Class ^ Slots ^ | ||
- | | LibTF.Apparel.Womenswear.Bra | ClothingSlot.UNDERSHIRT | | ||
- | | LibTF.Apparel.Womenswear.Dress | ClothingSlot.TORSO, | ||
- | | LibTF.Apparel.Womenswear.Panties | ClothingSlot.UNDERPANTS | | ||
- | | LibTF.Apparel.Womenswear.PantsWomens | ClothingSlot.TRUNK | | ||
- | | LibTF.Apparel.Womenswear.ShirtWomens | ClothingSlot.TORSO | | ||
- | | LibTF.Apparel.Womenswear.ShoesWomens | ClothingSlot.FEET | | ||
- | | LibTF.Apparel.Womenswear.Stockings | ClothingSlot.UNDERLEGS | | ||
- | |||
- | |||
- | [[libtf: | ||