Difference between revisions of "Disable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
m (Emphasizing DO)
imported>DragoonWraith
(bold sufficient, bold+caps too much, IMO)
Line 2: Line 2:
  Disable
  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.
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.
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.

Revision as of 13:57, 19 July 2006

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