Description
Wiki Description
Kills this actor with the passed-in actor being the culprit, even if he is essential.
Documentation Comment
Kills this actor even if essential
Caveats
CK Wiki - Notes
- KillEssential() does not work for essential actors whose actor base is not flagged as Unique.
- This function does not work if the NPC has been made essential by virtue of being in an alias with the Essential flag.
Parameters
Examples
No human-generated examples found for this function.
Auto-Generated Example
Actor myActor__akKiller
myActor__toCallFunctionOn.KillEssential(myActor__akKiller)