Difference between revisions of "Disable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(bold sufficient, bold+caps too much, IMO)
imported>DragoonWraith
(CS 1.0)
Line 12: Line 12:


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]

Revision as of 19:46, 5 July 2007

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