Caveats
Examples
; Print a message if Bob is in combat with the player
if (Bob.GetKiller() == Game.GetPlayer())
Debug.Trace("Bob was killed by the player!")
endIfAuto-Generated Example
Actor returnedValue = myActor__toCallFunctionOn.GetKiller()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
