This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libtf:documentation:api:person [2018/04/22 16:32] – lee | libtf:documentation:api:person [2024/06/19 20:19] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | |||
- | ====== LibTF.Person====== | ||
- | |||
- | **Inherits From:** [[libtf: | ||
- | |||
- | FIXME description | ||
- | |||
- | |||
- | ===== Fields ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | ==== (Person).applyTransformationsImmediately ==== | ||
- | |||
- | * **Access:** Read-Write | ||
- | * **Type:** Boolean | ||
- | |||
- | This field controls whether or not transformations are applied to this Person immediately. | ||
- | |||
- | If true, then any modification of any of this Person' | ||
- | |||
- | If false, then any modification as above will be deferred until .applyTransformations() is called on this Person, or .applyTransformation() is called on the specific [[FIXME|Transformable]]. | ||
- | |||
- | If null or undefined when Persistence.setDefaults was called to create this Person, then the value of [[libtf: | ||
- | |||
- | |||
- | ==== (Person).inventory ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Inventory | ||
- | |||
- | The [[libtf: | ||
- | |||
- | |||
- | ==== (Person).apparel ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Apparel.WornApparel | ||
- | |||
- | The [[libtf: | ||
- | |||
- | |||
- | ==== (Person).femininity ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Transformable.Femininity | ||
- | |||
- | FIXME Description. | ||
- | |||
- | |||
- | ==== (Person).height ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Transformable.Height | ||
- | |||
- | FIXME Description. | ||
- | |||
- | |||
- | ==== (Person).bust ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Transformable.Bust | ||
- | |||
- | FIXME Description. | ||
- | |||
- | |||
- | ==== (Person).penis ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Transformable.Penis | ||
- | |||
- | FIXME Description. | ||
- | |||
- | |||
- | ==== (Person).pussy ==== | ||
- | |||
- | * **Access:** Read-Only | ||
- | * **Type:** LibTF.Transformable.Pussy | ||
- | |||
- | FIXME Description. | ||
- | |||
- | |||
- | ===== Methods ===== | ||
- | |||
- | **Inherited from [[libtf: | ||
- | |||
- | |||
- | ==== (Person).applyChanges( thirdPerson = false ) ==== | ||
- | |||
- | * **Arguments: | ||
- | * **// | ||
- | * **Returns: | ||
- | * **Throws:** Error if: FIXME. | ||
- | |||
- | FIXME desc | ||
- | |||
- | <code javascript> | ||
- | FIXME Example | ||
- | </ | ||
- | |||
- | |||
- | ==== (Person).getDescriptionGeneral( thirdPerson=false, | ||
- | |||
- | * **Arguments: | ||
- | * **// | ||
- | * **// | ||
- | * **Returns: | ||
- | * **Throws:** Error if: FIXME. | ||
- | |||
- | FIXME desc | ||
- | |||
- | <code javascript> | ||
- | FIXME Example | ||
- | </ | ||
- | |||
- | |||
- | ==== (Person).getDescriptionApparel( thirdPerson=false, | ||
- | |||
- | * **Arguments: | ||
- | * **// | ||
- | * **// | ||
- | * **Returns: | ||
- | * **Throws:** Error if: FIXME. | ||
- | |||
- | FIXME desc | ||
- | |||
- | <code javascript> | ||
- | FIXME Example | ||
- | </ | ||
- | |||
- | |||
- | ==== (Person).getDescriptionSexual( thirdPerson=false, | ||
- | |||
- | * **Arguments: | ||
- | * **// | ||
- | * **// | ||
- | * **Returns: | ||
- | * **Throws:** Error if: FIXME. | ||
- | |||
- | FIXME desc | ||
- | |||
- | <code javascript> | ||
- | FIXME Example | ||
- | </ | ||
- | |||
- | |||
- | [[libtf: | ||