KillAllActors

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: KillAllActors.

A function included in the GECK version 1.1.0.36.

Description

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.

Syntax

[help]
KillAllActors 

Or:

KillAll

Example

KillAllActors
KillAll

Notes

  • As with KillActor, essential actors will be made "unconscious" (in their normal temporary "dead" state). Obviously, a function to be used with extreme caution...

See Also