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/18 20:00] – 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 | ||
| - | |||
| - | FIXME Description. | ||
| - | |||
| - | |||
| - | ==== (Person).inventory ==== | ||
| - | |||
| - | * **Access:** Read-Only | ||
| - | * **Type:** LibTF.Inventory | ||
| - | |||
| - | FIXME Description. | ||
| - | |||
| - | |||
| - | ==== (Person).apparel ==== | ||
| - | |||
| - | * **Access:** Read-Only | ||
| - | * **Type:** LibTF.Apparel.WornApparel | ||
| - | |||
| - | FIXME Description. | ||
| - | |||
| - | |||
| - | ==== (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: | ||