Echo Hollow

Gender-Bending Interactive Stories! :D

User Tools

Site Tools


libtf:documentation:api:settings

This is an old revision of the document!


<-- 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.defaultApplyTFImmediately

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

This setting turns immediate transformations on or off. If set to True, then all calls to (Transformable).set() (and this also .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 changes happen (useful for games where transformations only occur while the player sleeps, based on the events of the day).

<-- Back

libtf/documentation/api/settings.1519587916.txt.gz ยท Last modified: 2018/02/25 11:45 by lee