Difference between revisions of "Enable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>!Dragon
m (added "(Enabling and object allows it to be rendered in-game.)" for extra discription to new modders)
imported>Scruggs
(:shrug: Might as well clarify completely)
Line 2: Line 2:
  Enable
  Enable


Enables the calling object.
Enables the calling object if it was previously disabled with [[Disable]].
<br>(Enabling and object allows it to be rendered in-game.
Objects are enabled by default, which means they are rendered in the game, and if they are actors, will process their AI.


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

Revision as of 23:05, 25 November 2006

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.

See Also

Disable

GetDisabled