Echo Hollow

Because Pr0n is the Highest Form of Art.

User Tools

Site Tools


libtf:documentation:api:settings

<-- Back

LibTF.Settings

This object contains the settings that control various default behaviors of the library.

Settings should be manipulated at initialization time, and left alone during runtime. Changing settings at runtime can cause undefined behavior.

Fields

LibTF.Settings.defaultApplyTransformationsImmediately

  • Access: Read-Write.
  • Type: Boolean.

This setting turns immediate transformations on or off. If set to True, then all calls to (Transformable).set() (and thus also to .increase() and .decrease()) will be applied immediately. If set to False, then the game will have to explicitly call (Person).applyTransformations() at some point to make the transformations happen (useful for games where transformations only occur while the player sleeps, based on the events of the day).

<-- Back

libtf/documentation/api/settings.txt · Last modified: 2018/04/18 20:00 by lee