Description
Wiki Description
Is this actor currently in a kill move?
Documentation Comment
Returns if this actor is in a kill move or not
Caveats
Examples
; Is Bandit currently in a kill move?
if Bandit.IsInKillMove()
Debug.Trace("The bandit is in a kill move")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsInKillMove()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
