KillEssential - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Kills this actor with the passed-in actor being the culprit, even if he is essential.

Syntax[edit | edit source]

Function KillEssential(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]

; Have the dragon kill the important person, even if essential
ImportantPerson.KillEssential(Dragon)

See Also[edit | edit source]