[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
KillSilent - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Kills this actor with the passed-in actor being the culprit, but without a kill event.
Syntax[edit | edit source]
Function KillSilent(Actor akKiller = None) native
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 assassin kill the king silently
King.KillSilent(Assassin)