Difference between revisions of "KillAllActors"
Jump to navigation
Jump to search
imported>Maturin |
imported>Angel |
||
(3 intermediate revisions by 3 users not shown) | |||
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... | |||
''KillAll'' can also be used as the same function. | |||
==See Also== | |||
*[[Kill]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: | [[Category:Functions (CS)]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Actor Functions]] | |||
[[Category: Actor Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Kill | |||
All | |||
Actors | |||
End Search Terms --> |
Latest revision as of 11:14, 3 August 2009
Syntax:
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.
As with Kill, essential actors will be made "unconscious" (in their normal temporary "dead" state).
Obviously, a function to be used with extreme caution...
KillAll can also be used as the same function.
See Also[edit | edit source]