KillEssential - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
Member of: Actor Script
Kills this actor with the passed-in actor being the culprit, even if he is essential.
Syntax
Function KillEssential(Actor akKiller = None)
Parameters
- akKiller: The Actor who is the guilty party in killing this one.
- Default: None
Return Value
None.
Examples
; Have the dragon kill the important person, even if essential
ImportantPerson.KillEssential(Dragon)