KillAll - RefCollectionAlias

Member of: RefCollectionAlias Script

Kills all the actors in this collection

SyntaxEdit

Function KillAll(actor akKiller = NONE)

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

NotesEdit

See AlsoEdit