Disable

From the Oblivion ConstructionSet Wiki
Revision as of 13:01, 19 July 2006 by imported>ShadowDancer (Emphasizing DO)
Jump to navigation Jump to search

Syntax:

Disable

Disables the calling object. Disabled objects are not loaded in the world, disabled actors do not process their AI, but scripts DO run on disabled objects.

Disable does not remove objects from the game, just stops them from rendering. Do not rely on Disable to save on performance by removing objects.

See Also

Enable

GetDisabled