[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "KillAllActors"
Jump to navigation
Jump to search
CS 1.0, and an Actor Function
imported>Maturin |
imported>DragoonWraith (CS 1.0, and an Actor Function) |
||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
KillAllActors | KillAllActors | ||
Kills all actors in the loaded area -- in an exterior, the 5x5 cells around the player; in an interior, the cell that the player is currently in. | Kills all actors in the loaded area -- in an exterior, the 5x5 cells around the player; in an interior, the cell that the player is currently in. | ||
As with [[Kill]], essential actors will be made "unconscious" (in their normal temporary "dead" state). | As with [[Kill]], essential actors will be made "unconscious" (in their normal temporary "dead" state). | ||
Obviously, a function to be used with extreme caution... | Obviously, a function to be used with extreme caution... | ||
==See Also== | |||
*[[Kill]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: | [[Category: Functions (CS 1.0)]] | ||
[[Category: Actor Functions]] | |||
[[Category: Actor Functions (CS 1.0)]] |