KillAll - RefCollectionAlias

Revision as of 11:36, 3 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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