KillAll - RefCollectionAlias

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: RefCollectionAlias Script

Kills all the actors in this collection

Syntax[edit | edit source]

Function KillAll(actor akKiller = NONE)

Parameters[edit | edit source]

  • akKiller: The Actor who is the guilty party in killing this one.
    • Default: None

Return Value[edit | edit source]

None.

Examples[edit | edit source]

;kill everybody, blame the player
Alias_TownsPeople.KillAll(Game.GetPlayer())

Notes[edit | edit source]

See Also[edit | edit source]