Background for Fallout 4
Member of the Actor script
voidfunctionStartDeferredKill()Native

Description

Wiki Description

Puts the actor into a Deferred Kill state. In this state, the actor can take damage but will not die.

Documentation Comment

Start the Deferred Kill state. Be sure to call EndDeferredKill or the actor will be invulnerable.


Caveats

CK Wiki - Notes

If the actor's health is <= 0 then you know the actor is dead. Bring the actor out of the deferred kill state by calling Actor.EndDeferredKill(). Until you do this, the actor will not be able do die.


Examples

; Force the player into a Deferred Kill state
Game.GetPlayer().StartDeferredKill()

Auto-Generated Example

myActor__toCallFunctionOn.StartDeferredKill()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.