Difference between revisions of "Enable"
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]]. | ||
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.