Background for Skyrim SE
Member of the Actor script
voidfunctionKill(ActorakKiller=NONE)Native

Description

Wiki Description

Kills this actor with the passed-in actor being the culprit.

Documentation Comment

Kills this actor with the killer being the guilty party


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

ActorakKiller=NONE

CK Wiki Description

The Actor who is the guilty party in killing this one.


Examples

; Have the dragon kill the poor sod
PoorSod.Kill(Dragon)

Auto-Generated Example

Actor myActor__akKiller

myActor__toCallFunctionOn.Kill(myActor__akKiller)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.