This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libtf:documentation:api:apparel:generics [2018/02/25 09:47] – lee | libtf:documentation:api:apparel:generics [2018/09/23 17:26] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Generics.GenericApparel ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | This is the generic apparel type from which all other apparel is derived. | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | ==== (GenericApparel).slots==== | ||
- | |||
- | * **Access:** Read-Write. | ||
- | * **Type:** Array of enum ClothingSlot. | ||
- | |||
- | The ClothingSlots that this article of apparel occupies. | ||
- | |||
- | |||
- | ==== (GenericApparel).defaultSlots ==== | ||
- | |||
- | * **Access:** Read-Only. | ||
- | * **Type:** Array of enum ClothingSlot. | ||
- | |||
- | The default ClothingSlots that this article of apparel occupies. | ||
- | |||
- | This getter is meant to be overridden in subclasses of Apparel, to make them occupy certain slots by default. | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Generics.GenericMenswear ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | This is a generic apparel type that (will at some point) provide default minimum and maximum femininity requirements, | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | ====== LibTF.Apparel.Generics.GenericWomenswear ====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | This is a generic apparel type that (will at some point) provide default minimum and maximum femininity requirements, | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | |||
- | [[libtf: | ||