This is an old revision of the document!
This object contains the settings that control various default behaviors of the library.
This setting turns immediate transformations on and 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).