Disable

From the Oblivion ConstructionSet Wiki
Revision as of 18:04, 2 April 2008 by imported>Haama (→‎Notes: Added parent ref note)
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.

Notes

  • 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.
  • Disabled actors cannot be forced to activate objects via a scripted Activate function.
  • Does not work on objects with a parent ref. You will have to use the function on the parent ref instead. Use GetParentRef to find the parent ref. There is currently no function to determine the "Enable State to Opposite of Parent" flag.


See Also

Enable

GetDisabled