Caveats
CK Wiki - Notes
- Calling this function on an alias, who has the protected flag set, will cause the alias to enter an infinite bleedout state when "killed". A workaround is to pass the player as akKiller.
Parameters
Examples
; Have the dragon kill the poor sod
PoorSod.Kill(Dragon)Auto-Generated Example
Actor myActor__akKiller
myActor__toCallFunctionOn.Kill(myActor__akKiller)Related Pages
- Actor
- Actor.KillEssential(...)
- Actor.KillSilent(...)
- OnDeath - Actor
