Difference between revisions of "Enable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>Haama
(Added notes)
Line 4: Line 4:
Enables the calling object if it was previously disabled with [[Disable]].
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.
Objects are enabled by default, which means they are rendered in the game, and if they are actors, will process their AI.
==Notes==
*{{Disable State and Parent Ref}}


==See Also==  
==See Also==  

Revision as of 18:13, 2 April 2008

Syntax:

Enable

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

  • 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

Disable

GetDisabled