Enable

Revision as of 17:16, 4 August 2008 by imported>Dbrigner
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Link to TES4 Construction Set Wiki: Enable.

Syntax:

Enable [FadeIn](1 by default)

Enables the calling object if it was previously disabled with Disable. Objects are enabled by default, which means they are rendered in the game, and if they are actors, will process their AI.

Notes

  • When applied to an enable parent the [FadeIn] will not get passed to the children. The "Enable" command will just get called on them, which fades in by default ([FadeIn] set to 1).
    • In order for the children to Pop In (Instead of fade in which is the default for the Enable command) you must go to each child and, under the enable parent tab, check the "Pop In" checkbox.

See Also

Disable
GetDisabled